authservice
authservice copied to clipboard
Change the inline OIDC client configuration to reference of a k8s secret.
https://github.com/istio-ecosystem/authservice/issues/149#issuecomment-900449428
Currently configmap contains the inline OIDC client information. We should change this to a secret reference, such as,
oidcClientSecret: <namespace-foo>/<secret-name-bar>
@anhdle14 could you take this? Thanks!