Skip to content

Commit

Permalink
remove unused oidc client
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Apr 26, 2024
1 parent d5cd6e6 commit ad2a7d8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions k3d-github/terraform/vault/oidc-clients.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@ module "argocd" {
secret_mount_path = vault_mount.secret.path
}

module "gitlab" {
source = "./modules/oidc-client"

depends_on = [
vault_identity_oidc_provider.kubefirst
]

app_name = "gitlab"
oidc_provider_key_name = vault_identity_oidc_key.key.name
redirect_uris = [
"https://gitlab.<DOMAIN_NAME>/users/auth/openid_connect/callback",
]
secret_mount_path = vault_mount.secret.pat
}

module "console" {
source = "./modules/oidc-client"

Expand All @@ -57,5 +42,3 @@ module "console" {
]
secret_mount_path = vault_mount.secret.path
}

# todo kubectl-oidc

0 comments on commit ad2a7d8

Please sign in to comment.