Fixed proxy.hexor.cy
Keycloak Terraform / Terraform (push) Successful in 14s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 5s

This commit is contained in:
Ultradesu
2026-06-04 15:34:00 +03:00
parent 2b26f21649
commit 2b17fe67e5
+3 -4
View File
@@ -9,12 +9,12 @@ groups = [
proxy_applications = {
secret-reader = {
domain = "secret-reader.hexor.cy"
allowed_groups = ["hexor-guest", "hexor-admin"]
domain = "proxy.hexor.cy"
allowed_groups = ["hexor-admin", "app-pass"]
}
pass = {
domain = "pass.hexor.cy"
allowed_groups = ["hexor-guest", "hexor-admin"]
allowed_groups = ["hexor-admin", "app-pass"]
}
}
@@ -56,4 +56,3 @@ oauth2_applications = {
post_logout_redirect_uris = ["https://pet.hexor.cy/*", "https://xn--l1acako8eb.xn--p1ai/*", "https://мурняня.рф/*"]
}
}