deployed auth-proxy
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 25s

This commit is contained in:
Ultradesu
2026-05-05 15:21:27 +01:00
parent 9622b7d7bc
commit dd77d32efe
7 changed files with 105 additions and 15 deletions
+8
View File
@@ -4,6 +4,10 @@ terraform {
source = "keycloak/keycloak"
version = ">= 5.0.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.0.0"
}
}
}
@@ -13,3 +17,7 @@ provider "keycloak" {
client_id = var.keycloak_client_id
client_secret = var.keycloak_client_secret
}
provider "kubernetes" {
config_path = var.kubeconfig_path
}