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:
SpectralHiss 2024-01-02 09:28:10 +00:00
parent 7b9670120c
commit 7f349eff69

View File

@ -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",