feat: add oidc from sops for grafana

This commit is contained in:
Chris Kruining 2025-12-09 16:17:26 +01:00
parent f295f0fc48
commit 6af9101a13
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 31 additions and 8 deletions

View file

@ -118,6 +118,12 @@
grantTypes = ["authorizationCode"];
responseTypes = ["code"];
};
grafana = {
redirectUris = ["http://localhost:9001/login/generic_oauth"];
grantTypes = ["authorizationCode"];
responseTypes = ["code"];
};
};
};
};