Skip to content

Commit 6abc157

Browse files
authored
Redact Splunk access token in config map
Redacted the Splunk observability access token in the config map.
1 parent 93a0795 commit 6abc157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/otel-contrib-splunk-demo/k8s_manifests/gateway/k8s/configmap-and-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ metadata:
2323
app: otel-collector
2424
type: Opaque
2525
stringData:
26-
splunk_observability_access_token: cGN-fXrX6JseUxWOSNHcUQ
26+
splunk_observability_access_token: <redacted>

0 commit comments

Comments
 (0)