Allow other SANS in Vault e2e framework
* This is to enable conformance testing of the otherName alpha feature Signed-off-by: SpectralHiss <houssem.elfekih@jetstack.io>
This commit is contained in:
parent
7b9670120c
commit
7f349eff69
@ -507,6 +507,8 @@ func (v *VaultInitializer) configureIntermediateRoles() error {
|
||||
"max_ttl": "2160h",
|
||||
"key_type": "any",
|
||||
"require_cn": "false",
|
||||
"allowed_other_sans": "*",
|
||||
"use_csr_sans": "true",
|
||||
"allowed_uri_sans": "spiffe://cluster.local/*",
|
||||
"enforce_hostnames": "false",
|
||||
"allow_bare_domains": "true",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user