fickit: Update to live.fic.srs.epita.fr
This commit is contained in:
parent
fa5aee89c8
commit
0808af7ded
2 changed files with 7 additions and 7 deletions
|
|
@ -277,14 +277,14 @@ services:
|
|||
image: quay.io/vouch/vouch-proxy:alpine-0.39
|
||||
env:
|
||||
- VOUCH_ALLOWALLUSERS=true
|
||||
- VOUCH_COOKIE_DOMAIN=fic.srs.epita.fr
|
||||
- VOUCH_COOKIE_DOMAIN=live.fic.srs.epita.fr
|
||||
- VOUCH_DOCUMENT_ROOT=/challenge_access
|
||||
- VOUCH_LOGLEVEL=debug
|
||||
- OAUTH_PROVIDER=oidc
|
||||
- OAUTH_CLIENT_ID=epita-challenge
|
||||
- OAUTH_CLIENT_SECRET=N4n7AXzK9kpXt3TmSn8wAgtxqxhGORgcubLaE2g
|
||||
- OAUTH_CALLBACK_URL=https://fic.srs.epita.fr/challenge_access/auth
|
||||
- OAUTH_AUTH_URL=https://fic.srs.epita.fr/auth
|
||||
- OAUTH_CALLBACK_URL=https://live.fic.srs.epita.fr/challenge_access/auth
|
||||
- OAUTH_AUTH_URL=https://live.fic.srs.epita.fr/auth
|
||||
- OAUTH_TOKEN_URL=http://127.0.0.1:5556/token
|
||||
- OAUTH_USER_INFO_URL=http://127.0.0.1:5556/userinfo
|
||||
- OAUTH_SCOPES=openid,email
|
||||
|
|
@ -407,9 +407,9 @@ files:
|
|||
mode: "0440"
|
||||
- path: etc/unbound/unbound.d/local-zone.conf
|
||||
contents: |
|
||||
local-zone: "srs.epita.fr" typetransparent
|
||||
local-data: "fic.srs.epita.fr A 172.23.42.1"
|
||||
local-data-ptr: "172.23.42.1 fic.srs.epita.fr"
|
||||
local-zone: "fic.srs.epita.fr" typetransparent
|
||||
local-data: "live.fic.srs.epita.fr A 172.23.42.1"
|
||||
local-data-ptr: "172.23.42.1 live.fic.srs.epita.fr"
|
||||
mode: "0440"
|
||||
- path: etc/iptables/rules.v6
|
||||
contents: |
|
||||
|
|
|
|||
Reference in a new issue