fix(koi): wakapi oauth proxy
This commit is contained in:
parent
a18a985d9b
commit
f606662818
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ in {
|
||||||
uid = UID;
|
uid = UID;
|
||||||
extra = [
|
extra = [
|
||||||
"--skip-auth-route=POST=^/((v1/)?users/[^/]+/)?heartbeat(s|s\.bulk)?$"
|
"--skip-auth-route=POST=^/((v1/)?users/[^/]+/)?heartbeat(s|s\.bulk)?$"
|
||||||
"--skip-auth-route=GET=^/api/health$"
|
"--skip-auth-route=^/api/"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue