-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TLS Certificate Auth Method support for filtering on UID field #5510
Comments
I had submitted a PR on this very same requirement a while back. @bluecmd @michaelansel @vishalnayak @joemiller @armon @traviscosgrave |
Duplicate of #5453. @palsaurabh2005 You don't need to keep tagging random people in comments. Only one of the people you tagged is actually a Vault developer anyways. |
Thanks @jefferai for your attention on this. |
Please move discussion over to the PR. |
My org has a central PKI system that issues client certs with three relevant fields set:
I'd like to use these certs to authenticate with Vault, which requires check that both OU and UID are set to allowed value. As far as I can tell, it's possible for Vault to filter on CN and OU, but not UID.
Please add support for setting an
allowed_uids
key in a CA Certificate Role.I'm not sure if there's a use case here, but it could make sense to more generally handle all X.509 fields since PKIs can vary a lot.
The text was updated successfully, but these errors were encountered: