mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
374 stars 146 forks source link

Substitute env vars in config #28

Closed hightoxicity closed 6 years ago

hightoxicity commented 6 years ago

Inspired by https://github.com/coreos/dex/pull/774

It let's us set placeholders in a ConfigMap for env variables. The authenticator will replace those placeholders by env var values.

Useful for example when we want to retrieve the app client secret from a kubernetes secret.

nabadger commented 6 years ago

Thanks

I'll merge this in and update some of the docs soon as this seems useful.

hightoxicity commented 6 years ago

Thx guy! Have a nice day!