We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b14c96 commit 56c215fCopy full SHA for 56c215f
main.tf
@@ -34,7 +34,7 @@ resource "vault_jwt_auth_backend" "default" {
34
oidc_client_secret = var.oidc_client_secret
35
bound_issuer = "https://dex.${var.captain_domain}"
36
description = "Vault authentication method OIDC"
37
- path = "odic"
+ path = "oidc"
38
type = "oidc"
39
40
tune {
0 commit comments