feat(enterprise): add first-login rotation and receipt bridge
This commit is contained in:
parent
a6cab287fb
commit
08f514b9d1
9 changed files with 322 additions and 4 deletions
|
|
@ -39,3 +39,11 @@ location = /api/hololake/enterprise/me/entry {
|
|||
proxy_read_timeout 15s;
|
||||
client_max_body_size 16k;
|
||||
}
|
||||
|
||||
location = /api/hololake/enterprise/change-password {
|
||||
limit_except POST { deny all; }
|
||||
proxy_pass http://127.0.0.1:8032/v1/change-password;
|
||||
proxy_set_header Host $host;
|
||||
proxy_read_timeout 30s;
|
||||
client_max_body_size 16k;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue