forked from mirrors_public/oddlama_nix-config
feat: add kanidm patch to allow provisioning, fix grafana hash from upstream
This commit is contained in:
parent
e5d8c1f74a
commit
0389e98dd9
2 changed files with 26 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
flip
|
||||
mapAttrs
|
||||
mdDoc
|
||||
mkDefault
|
||||
mkEnableOption
|
||||
mkIf
|
||||
mkOption
|
||||
|
@ -103,7 +104,9 @@ in {
|
|||
# reuses refresh tokens but kanidm forbids that. Not sure though.
|
||||
#cookie.refresh = "5m";
|
||||
cookie.expire = "30m";
|
||||
cookie.secret = mkDefault null;
|
||||
|
||||
clientSecret = mkDefault null;
|
||||
reverseProxy = true;
|
||||
httpAddress = "unix:///run/oauth2_proxy/oauth2_proxy.sock";
|
||||
redirectURL = "https://${cfg.portalDomain}/oauth2/callback";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue