Skip to content

Commit a273e4f

Browse files
chore: remove audit logging related changes (#1423)
* chore: remove audit logging related changes * update helm, remove cmake installation for macOs
1 parent f10b28a commit a273e4f

File tree

9 files changed

+2
-456
lines changed

9 files changed

+2
-456
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ jobs:
9696
if: runner.os == 'macOS'
9797
run: |
9898
brew install \
99-
cmake \
10099
llvm \
101100
pkg-config \
102101
zstd \

helm/values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ parseable:
4646
requests:
4747
cpu: 250m
4848
memory: 1Gi
49-
## Enable audit logging on parseable nodes
50-
auditLogging:
51-
enabled: false
52-
p_server: "http://parseable-ingestor-service.parseable.svc.cluster.local"
53-
p_username: "admin"
54-
p_password: "admin"
5549

5650
## Add environment variables to the Parseable Deployment
5751
env:

src/audit.rs

Lines changed: 0 additions & 296 deletions
This file was deleted.

src/cli.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -394,21 +394,6 @@ pub struct Options {
394394
#[command(flatten)]
395395
pub oidc: Option<OidcConfig>,
396396

397-
// Audit logging
398-
#[arg(
399-
long,
400-
env = "P_AUDIT_LOGGER",
401-
value_parser = validation::url,
402-
help = "Audit logger endpoint"
403-
)]
404-
pub audit_logger: Option<Url>,
405-
406-
#[arg(long, env = "P_AUDIT_USERNAME", help = "Audit logger username")]
407-
pub audit_username: Option<String>,
408-
409-
#[arg(long, env = "P_AUDIT_PASSWORD", help = "Audit logger password")]
410-
pub audit_password: Option<String>,
411-
412397
#[arg(long, env = "P_MS_CLARITY_TAG", help = "Tag for MS Clarity")]
413398
pub ms_clarity_tag: Option<String>,
414399

0 commit comments

Comments
 (0)