EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 6c7cf614 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add traefik auth details as secrets

parent f3e7c1de
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,9 @@ services:
- emg-extnet
- dem-extnet
- logging-extnet
secrets:
- BASIC_AUTH_USERS_APIAUTH
- BASIC_AUTH_USERS_AUTH
volumes:
traefik-data:
networks:
......@@ -39,3 +42,8 @@ networks:
name: dem-extnet
logging-extnet:
name: logging-extnet
secrets:
BASIC_AUTH_USERS_APIAUTH:
external: true
BASIC_AUTH_USERS_AUTH:
external: true
......@@ -13,13 +13,11 @@ http:
apiauth:
basicAuth:
realm: "PRISM View Server (PVS)"
users:
- "***REMOVED***"
usersFile: "/run/secrets/BASIC_AUTH_USERS_APIAUTH"
auth:
basicAuth:
realm: "PRISM View Server (PVS)"
users:
- "***REMOVED***"
usersFile: "/run/secrets/BASIC_AUTH_USERS_AUTH"
compress:
compress: {}
redirect:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment