tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
weird-row-server: remove paisa
wiro.world
2 months ago
a0a817b3
bde1c231
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+3
1 changed file
expand all
collapse all
unified
split
hosts
weird-row-server
grafana.nix
+3
hosts/weird-row-server/grafana.nix
···
35
35
client_secret_path = config.age.secrets.grafana-oidc-secret.path;
36
36
auto_login = true;
37
37
38
38
+
role_attribute_path = "contains(roles[*], 'admin') && 'GrafanaAdmin' || contains(roles[*], 'editor') && 'Editor' || 'Viewer'";
39
39
+
allow_assign_grafana_admin = true;
40
40
+
38
41
scopes = [ "openid" "profile" "email" "groups" ];
39
42
auth_url = "https://auth.wiro.world/api/oidc/authorization";
40
43
token_url = "https://auth.wiro.world/api/oidc/token";