Skip to content
Snippets Groups Projects
Commit b75f2a56 authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Kristian Klausen
Browse files

Create a group for Wiki Maintainers in Keycloak

parent 947b5c32
No related branches found
No related tags found
1 merge request!496Create a group for Wiki Maintainers in Keycloak
......@@ -308,6 +308,7 @@ resource "keycloak_saml_user_property_protocol_mapper" "gitlab_saml_username" {
// |- Trusted Users
// |- Wiki
// | |- Admins
// | |- Maintainers
// |- Forum
// | |- Admins
// | |- Mods
......@@ -338,7 +339,7 @@ resource "keycloak_group" "staff_groups" {
}
resource "keycloak_group" "staff_wiki_groups" {
for_each = toset(["Admins"])
for_each = toset(["Admins", "Maintainers"])
realm_id = "archlinux"
parent_id = keycloak_group.staff_groups["Wiki"].id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment