feat(sso/groups): Add grp_cri_nps
All checks were successful
Run pre-commit on all files / pre-commit (push) Successful in 37s
Check meta / check_dns (pull_request) Successful in 21s
Check meta / check_meta (pull_request) Successful in 21s
Check workflows / check_workflows (pull_request) Successful in 25s
Build all the nodes / netcore01 (pull_request) Successful in 40s
Build all the nodes / netaccess01 (pull_request) Successful in 41s
Build all the nodes / ap01 (pull_request) Successful in 47s
Build the shell / build-shell (pull_request) Successful in 23s
Run pre-commit on all files / pre-commit (pull_request) Successful in 23s
Build all the nodes / netcore02 (pull_request) Successful in 2m10s
Build all the nodes / hypervisor02 (pull_request) Successful in 4m28s
Build all the nodes / bridge01 (pull_request) Successful in 4m29s
Build all the nodes / hypervisor03 (pull_request) Successful in 4m29s
Build all the nodes / web03 (pull_request) Successful in 3m49s
Build all the nodes / storage01 (pull_request) Successful in 4m28s
Build all the nodes / rescue01 (pull_request) Successful in 4m29s
Build all the nodes / geo01 (pull_request) Successful in 4m31s
Build all the nodes / geo02 (pull_request) Successful in 4m30s
Build all the nodes / compute01 (pull_request) Successful in 4m31s
Build all the nodes / web02 (pull_request) Successful in 3m49s
Build all the nodes / tower01 (pull_request) Successful in 4m14s
Build all the nodes / hypervisor01 (pull_request) Successful in 4m34s
Build all the nodes / build01 (pull_request) Successful in 4m34s
Build all the nodes / vault01 (pull_request) Successful in 4m14s
Build all the nodes / web01 (pull_request) Successful in 4m9s

This commit is contained in:
sinavir 2025-02-04 15:15:44 +01:00
parent bf324738b1
commit ebb2cee9b4
No known key found for this signature in database

View file

@ -85,6 +85,7 @@ in
groups =
{
grp_active.members = catAttrs "username" (attrValues meta.organization.members);
grp_cri_nps.memberless = true;
}
// (mapAttrs' (
name: members: nameValuePair "grp_${name}" { members = builtins.map usernameFor members; }
@ -163,6 +164,12 @@ in
"profile"
"email"
];
scopeMaps.grp_cri_nps = [
"openid"
"profile"
"email"
];
};
dgn_outline = {