Skip to content

Commit fdd2765

Browse files
fixes
1 parent 87c9d1e commit fdd2765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "vault_jwt_auth_backend" "default" {
3434
oidc_client_secret = var.oidc_client_secret
3535
bound_issuer = "https://dex.${var.captain_domain}"
3636
description = "Vault authentication method OIDC"
37-
path = "GitHub"
37+
path = "odic"
3838
type = "oidc"
3939

4040
tune {

0 commit comments

Comments
 (0)