Skip to content

Commit

Permalink
Revert "updated grafana groups"
Browse files Browse the repository at this point in the history
This reverts commit a429791.
  • Loading branch information
MarcelCoding committed Feb 24, 2024
1 parent 19acaa8 commit d39dc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/obs/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
auth_url = "https://auth.dd-ix.net/application/o/authorize/";
token_url = "https://auth.dd-ix.net/application/o/token/";
api_url = "https://auth.dd-ix.net/application/o/userinfo/";
role_attribute_path = "contains(groups, 'DDIX-Tech') && 'Editor' || 'Viewer'";
role_attribute_path = "contains(groups, 'DDIX-Board') && 'Admin' || contains(groups, 'DDIX-Tech') && 'Editor' || 'Viewer'";
login_attribute_path = "preferred_username";
};
user.auto_assign_org = true;
Expand Down

0 comments on commit d39dc62

Please sign in to comment.