Skip to content

Commit

Permalink
Refine server TLS Vault PKI role config
Browse files Browse the repository at this point in the history
The generate_lease=true configuration is unnecessary and generates a note about performance implications in Vault logs. Remove this configuration so that the default value of generate_lease=false is used instead.
  • Loading branch information
jkirschner-hashicorp committed Feb 3, 2023
1 parent f562a09 commit ef500b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acceptance/framework/vault/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func ConfigurePKICerts(t *testing.T,
"allow_bare_domains": "true",
"allow_localhost": "true",
"allow_subdomains": "true",
"generate_lease": "true",
"max_ttl": maxTTL,
}

Expand Down

0 comments on commit ef500b3

Please sign in to comment.