You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding OIDC client secrets from a Kubernetes secret, they are shown in the pod logs at log_level="info" as an array of integers. Perhaps it's better to have it at the "debug" or "trace" level instead? Or alternatively the message stays but the secret value is kept hidden.
I am using Authservice v1.0.3.
When adding OIDC client secrets from a Kubernetes secret, they are shown in the pod logs at
log_level="info"
as an array of integers. Perhaps it's better to have it at the "debug" or "trace" level instead? Or alternatively the message stays but the secret value is kept hidden.authservice/internal/k8s/secret_controller.go
Lines 220 to 222 in adea4ec
The text was updated successfully, but these errors were encountered: