Gwojda / keycloakopenid

keycloakopenid
40 stars 16 forks source link

Proposal: load config from env #10

Closed Skiepp closed 1 year ago

Skiepp commented 1 year ago

It would be nice to have the ability to read the configuration from environment variables as well.

This may result in better synergy with K8s and the Keycloak realm operator, and it's a common practice to have the client ID and client secret in a k8s Secret CR instead of a hypothetical traefik ConfigMap.

Warning: no tested. I would appreciate someone's help to test