dexidp / helm-charts

Dex Helm chart repository
Apache License 2.0
51 stars 82 forks source link

feat: ability to disable use of secret #134

Closed ed382 closed 1 week ago

ed382 commented 3 months ago

Overview

In some environments, Kubernetes secrets are not allowed instead secrets are mounted into the container by some other means (i.e. Vault sidecar injector).

What this PR does / why we need it

This enables disabling usage of a Kubernetes secret.

Special notes for your reviewer

Checklist