Skip to content
New issue

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

CSR Signing: uri_sans param ignored when use_csr_values=false #6504

Closed
mdgreenfield opened this issue Mar 29, 2019 · 0 comments · Fixed by #6505
Closed

CSR Signing: uri_sans param ignored when use_csr_values=false #6504

mdgreenfield opened this issue Mar 29, 2019 · 0 comments · Fixed by #6505
Milestone

Comments

@mdgreenfield
Copy link
Contributor

Describe the bug
When a CSR is signed using /pki/root/sign-intermediate the uri_sans param is ignored in favor of the uri_sans in the CSR even when use_csr_values=false.

Expected behavior
The uri_sans param when signing a CSR with use_csr_values=false should be used instead of taking the value from the CSR.

Environment:

  • Vault Server Version (retrieve with vault status): 1.0.3
  • Vault CLI Version (retrieve with vault version): 1.0.3

Although I'm using 1.0.3 the problem appears to affect 1.1.0 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants