feat(detmir): add portal incident acknowledgement
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
DETMIR_PORTAL_WORKTIME_URL=http://10.10.10.13:5610
|
||||
DETMIR_PORTAL_ONE_C_URL=http://10.10.10.2:8710
|
||||
DETMIR_PORTAL_TIMEOUT_SECONDS=10
|
||||
DETMIR_PORTAL_STATE_DIR=/var/lib/detmir-portal
|
||||
|
||||
- name: Install detmir-portal systemd service
|
||||
ansible.builtin.copy:
|
||||
|
||||
@@ -263,6 +263,7 @@ server {
|
||||
|
||||
location /portal/ {
|
||||
proxy_set_header Authorization "";
|
||||
proxy_set_header X-Remote-User $remote_user;
|
||||
proxy_pass http://127.0.0.1:8720/;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user