-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Unable to set key_type "any" on PKI role #4595
Comments
What is the role write command you are using? |
Example:
|
|
I assumed you meant the writes that succeed to create the role. If I do the above with key_type=any:
|
OK, so that ^ is the actual problem! |
jefferai
added a commit
that referenced
this issue
May 19, 2018
jefferai
added a commit
that referenced
this issue
May 19, 2018
Thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Default for a PKI role seems to be rsa/2048. I want to allow a CSR sign to work for EC and RSA. Trying to set
key_type=any
(which seems to what the code cares about) results inTo Reproduce
vault write test-pki/roles/user ....
vault read test-pki/roles/user
returns:vault write test-pki/sign/user
.* role requires keys of type rsa
Expected behavior
key_type = any
Environment:
vault status
):Vault v0.10.1 ('756fdc4587350daf1c65b93647b2cc31a6f119cd')
vault version
):Vault v0.10.1 ('756fdc4587350daf1c65b93647b2cc31a6f119cd')
Linux Debian testing
The text was updated successfully, but these errors were encountered: