From ce85413f4fa236d6babd1c7ebb7a341dc364c766 Mon Sep 17 00:00:00 2001 From: Steven Gettys Date: Mon, 6 Jan 2025 09:22:03 -0800 Subject: [PATCH 1/2] fix: added trusted hosts necessary for istio ambient --- src/realm.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/realm.json b/src/realm.json index 0324c3a..29e9896 100644 --- a/src/realm.json +++ b/src/realm.json @@ -1925,7 +1925,9 @@ "trusted-hosts": [ "127.0.0.6", "*.${UDS_DOMAIN}", - "*.${UDS_ADMIN_DOMAIN}" + "*.${UDS_ADMIN_DOMAIN}", + "*.pepr-uds-core-watcher.pepr-system.svc.cluster.local", + "*.keycloak.svc.cluster.local" ], "client-uris-must-match": [ "true" From 78b6c21e32c2df151e0e76aa3d9e03b24118ddf7 Mon Sep 17 00:00:00 2001 From: Steven Gettys Date: Thu, 9 Jan 2025 14:29:50 -0800 Subject: [PATCH 2/2] chore: addressed review comments --- src/test/cypress/realm.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/cypress/realm.json b/src/test/cypress/realm.json index deff1d3..4b286da 100644 --- a/src/test/cypress/realm.json +++ b/src/test/cypress/realm.json @@ -1699,7 +1699,9 @@ "trusted-hosts": [ "127.0.0.6", "*.${UDS_DOMAIN}", - "*.admin.${UDS_DOMAIN}" + "*.${UDS_ADMIN_DOMAIN}", + "*.pepr-uds-core-watcher.pepr-system.svc.cluster.local", + "*.keycloak.svc.cluster.local" ], "client-uris-must-match": [ "true"