mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(idp): rename ipa web access
This commit is contained in:
parent
f776a268fb
commit
1fed0eb15f
6 changed files with 11 additions and 8 deletions
|
|
@ -63,6 +63,7 @@ in {
|
|||
ingress = {
|
||||
${virtualHosts.prox.serverName}.service = localNginx;
|
||||
${virtualHosts.gensokyoZone.serverName}.service = localNginx;
|
||||
${virtualHosts.freeipa'web.serverName}.service = localNginx;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -224,6 +225,7 @@ in {
|
|||
freeipa = {
|
||||
ssl.cert.enable = true;
|
||||
};
|
||||
freeipa'web.proxied.enable = "cloudflared";
|
||||
keycloak = {
|
||||
# we're not the real sso record-holder, so don't respond globally..
|
||||
local.denyGlobal = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue