Skip to content

Commit

Permalink
srv.grafana: i may be stupid (fixes)
Browse files Browse the repository at this point in the history
fixes the following items
- user sign-up prompt being a thing
- oidc endpoint urls
  • Loading branch information
soopyc committed Mar 30, 2024
1 parent 19ad0c2 commit 395bc66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions systems/koumakan/services/telemetry/grafana/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ in {
};

users = {
allow_sign_up = true;
allow_sign_up = false;
allow_org_create = false;
};

Expand Down Expand Up @@ -85,9 +85,9 @@ in {
login_attribute_path = "username";
name_attribute_path = "username";

auth_url = "https://gateway.soopy.moe/realms/gensokyo/openid-connect/auth";
token_url = "https://gateway.soopy.moe/realms/gensokyo/openid-connect/token";
api_url = "https://gateway.soopy.moe/realms/gensokyo/openid-connect/userinfo";
auth_url = "https://gateway.soopy.moe/realms/gensokyo/protocol/openid-connect/auth";
token_url = "https://gateway.soopy.moe/realms/gensokyo/protocol/openid-connect/token";
api_url = "https://gateway.soopy.moe/realms/gensokyo/protocol/openid-connect/userinfo";
};
};
};
Expand Down

0 comments on commit 395bc66

Please sign in to comment.