From c803a182be6c92b635cb859c3cc5a680e55074d1 Mon Sep 17 00:00:00 2001 From: Joshua Casey Date: Wed, 20 Nov 2024 12:25:34 -0600 Subject: [PATCH] Allow override of audit.log_usernames_and_groups for local debugging --- hack/prepare-for-integration-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hack/prepare-for-integration-tests.sh b/hack/prepare-for-integration-tests.sh index 0f8f7c045..8dc3f2a28 100755 --- a/hack/prepare-for-integration-tests.sh +++ b/hack/prepare-for-integration-tests.sh @@ -317,6 +317,8 @@ custom_labels: $supervisor_custom_labels service_https_nodeport_port: $service_https_nodeport_port service_https_nodeport_nodeport: $service_https_nodeport_nodeport service_https_clusterip_port: $service_https_clusterip_port +audit: + log_usernames_and_groups: ${LOG_USERNAMES_AND_GROUPS:-disabled} EOF if [[ "${FIREWALL_IDPS:-no}" == "yes" ]]; then @@ -361,6 +363,8 @@ custom_labels: $concierge_custom_labels image_repo: $registry_repo image_tag: $tag discovery_url: $discovery_url +audit: + log_usernames_and_groups: ${LOG_USERNAMES_AND_GROUPS:-disabled} EOF if [[ "${FIREWALL_IDPS:-no}" == "yes" ]]; then