Reafacto OAuth2

Add roles mappings
Remove legacy groups
This commit is contained in:
2024-12-27 16:38:12 +01:00
parent fa2a69c61e
commit e8d1c4e86a
6 changed files with 87 additions and 47 deletions

View File

@@ -23,7 +23,7 @@ output "sso_token_url" {
}
output "client_id" {
value = data.kubernetes_secret_v1.secret_gen.data.client_id
value = random_uuid.client_id.result
}
output "client_secret" {