[vaultwarden] allow no auth for other endpoint
This commit is contained in:
parent
394899ad6d
commit
d941763daa
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ rec {
|
|||
egress = [ "http://127.0.0.1:${toString serviceIngress}" ];
|
||||
realm = sso.realm;
|
||||
allowed_roles = [ "user" "/admin|admin" ];
|
||||
skip_auth_routes = [ "^/api" ];
|
||||
skip_auth_routes = [ "^/api" "^/identity/connect/token" ];
|
||||
inherit metricsPort;
|
||||
keys = {
|
||||
cookieSecret = "${serviceName}_oauth2proxy_cookiesecret";
|
||||
|
|
Loading…
Reference in a new issue