Skip to content

Commit 3993f91

Browse files
Merge branch 'main' into oauth-userid
2 parents 3e6b947 + a273e4f commit 3993f91

File tree

8 files changed

+2
-455
lines changed

8 files changed

+2
-455
lines changed

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)