Replies: 3 comments 7 replies
-
Hello @candlerb. You can change the template in the docker container as you want. The config.docker.yaml is more for demonstration purposes than for real-world experience. |
Beta Was this translation helpful? Give feedback.
-
Fair enough :-) Certainly Dex is usable without gRPC: but it's not usable with that config.docker.yaml as-is. When it said "for development purposes", I thought it meant you could run a test suite against it using that config file. But since you can't add any clients, any users, or any connectors, there's not much you can do AFAICS. It has env var features to enable the mock connector - but not any clients. It has env var features to enable passwordDB - but not any users/passwords. |
Beta Was this translation helpful? Give feedback.
-
We are deriving from
|
Beta Was this translation helpful? Give feedback.
-
I have possibly missed something obvious...
The Dockerfile uses config.docker.yaml which brings up Dex with a sqlite database, without any static clients or users. But it also doesn't enable the gRPC API. In that case, what's the expected way of adding clients, connectors and/or PasswordDB entries?
I guess I can replace the config file - but that seems to defeat the purpose of the carefully-templated
config.docker.yaml
that is supplied. Or I could do direct SQL updates on the sqlite3 file?!Thanks,
Brian.
Beta Was this translation helpful? Give feedback.
All reactions