Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
b75f2a56
Commit
b75f2a56
authored
Oct 27, 2021
by
Jakub Klinkovský
Committed by
Kristian Klausen
Oct 29, 2021
Browse files
Create a group for Wiki Maintainers in Keycloak
parent
947b5c32
Changes
1
Hide whitespace changes
Inline
Side-by-side
tf-stage2/keycloak.tf
View file @
b75f2a56
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment