You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a CSR is signed using
/pki/root/sign-intermediate
theuri_sans
param is ignored in favor of theuri_sans
in the CSR even whenuse_csr_values=false
.Expected behavior
The
uri_sans
param when signing a CSR withuse_csr_values=false
should be used instead of taking the value from the CSR.Environment:
vault status
): 1.0.3vault version
): 1.0.3Although I'm using 1.0.3 the problem appears to affect 1.1.0 as well.
The text was updated successfully, but these errors were encountered: