There was an error while loading. Please reload this page.
2 parents ae98071 + e7e5c80 commit 8739715Copy full SHA for 8739715
vault/vault.tf
@@ -14,6 +14,11 @@ resource "vault_jwt_auth_backend" "tfc_jwt" {
14
type = "jwt"
15
oidc_discovery_url = "https://${var.tfc_hostname}"
16
bound_issuer = "https://${var.tfc_hostname}"
17
+
18
+ # If you are using TFE with custom / self-signed CA certs you may need to provide them via the
19
+ # below argument as a string in PEM format.
20
+ #
21
+ # oidc_discovery_ca_pem = "my CA certs as PEM"
22
}
23
24
# Creates a role for the jwt auth backend and uses bound claims
0 commit comments