This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
dex/cmd/dex
Eric Chiang 015e7cf606 cmd/dex: only expand from env for storages and connectors
Bcrypt'd hashes have "$" characters in them. This means that 
(accepting actually bcrypted values) combined with  (expanding
config with environment variables) broke the example config.

For now, allow storages and connectors to expand their configs from
the environment, but don't do this anywhere else.
2016-11-03 21:38:32 -07:00
..
config_test.go cmd/dex: only expand from env for storages and connectors 2016-11-03 21:38:32 -07:00
config.go cmd/dex: only expand from env for storages and connectors 2016-11-03 21:38:32 -07:00
main.go cmd/dex: rename file 2016-10-03 12:56:09 -07:00
serve.go cmd/dex: only expand from env for storages and connectors 2016-11-03 21:38:32 -07:00
version.go *: properly compile version into docker images 2016-10-13 17:58:40 -07:00