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
22976e7f
Commit
22976e7f
authored
Oct 29, 2021
by
Kristian Klausen
🎉
Browse files
Merge branch 'wiki-maintainers' into 'master'
Create a group for Wiki Maintainers in Keycloak See merge request
!496
parents
947b5c32
b75f2a56
Pipeline
#12695
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tf-stage2/keycloak.tf
View file @
22976e7f
...
...
@@ -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