deployed auth-proxy
This commit is contained in:
@@ -23,3 +23,15 @@ output "rsauth2_proxy_dev_client_secret" {
|
||||
value = keycloak_openid_client.rsauth2_proxy_dev.client_secret
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "standalone_groups" {
|
||||
value = [for g in keycloak_group.standalone : g.name]
|
||||
}
|
||||
|
||||
output "app_groups" {
|
||||
value = { for k, g in keycloak_group.app : k => g.name }
|
||||
}
|
||||
|
||||
output "app_allowed_groups" {
|
||||
value = local.app_allowed_groups
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user