fix(identity): declare Gitea admin group
lint / terraform (push) Failing after 2s
lint / yaml (push) Failing after 52s
lint / terraform (pull_request) Failing after 2s
lint / yaml (pull_request) Failing after 52s
lint / ansible (push) Failing after 1m42s
lint / ansible (pull_request) Failing after 1m42s

This commit is contained in:
2026-09-09 17:40:15 +00:00
parent 107c2f3ddf
commit 1c939dccb8
2 changed files with 6 additions and 0 deletions
@@ -69,6 +69,11 @@ samba_ad_groups:
- name: pve-admins
members: [panxiao81]
# Gitea maps this OIDC group to site administrators through oauth2.adminGroup.
# Keep at least one human administrator independent of the local break-glass account.
- name: gitea-admins
members: [panxiao81]
# NetBox: Authelia forward-auth restricts the site to this group, and NetBox maps it
# to is_superuser + is_staff via REMOTE_AUTH_SUPERUSER_GROUPS / STAFF_GROUPS
# (../../../apps/netbox). Membership is re-evaluated on every request, so removing someone