Перенесены секреты из .env в SM
This commit is contained in:
@@ -100,7 +100,7 @@ exporters:
|
||||
otlp/remote:
|
||||
endpoint: "${env:OTEL_REMOTE_ENDPOINT}"
|
||||
headers:
|
||||
authorization: "${env:OTEL_REMOTE_AUTH_HEADER}"
|
||||
authorization: ${file:/run/secrets/otel_remote_auth_header}
|
||||
tls:
|
||||
insecure: "${env:OTEL_REMOTE_TLS_INSECURE}"
|
||||
sending_queue:
|
||||
|
||||
Reference in New Issue
Block a user