We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current implementation requires to manually define etcd endpoints in dex configuration: https://github.com/dexidp/dex/blob/master/Documentation/storage.md#etcd That is not really flexible. At the same moment etcd supports dns SRV records for discovery of endpoints for peers and clients: https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/clustering.md#dns-discovery It would be nice if DEX will support this feature.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current implementation requires to manually define etcd endpoints in dex configuration: https://github.com/dexidp/dex/blob/master/Documentation/storage.md#etcd
That is not really flexible.
At the same moment etcd supports dns SRV records for discovery of endpoints for peers and clients: https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/clustering.md#dns-discovery
It would be nice if DEX will support this feature.
The text was updated successfully, but these errors were encountered: