diff --git a/src/realm.json b/src/realm.json index 7008a59..0324c3a 100644 --- a/src/realm.json +++ b/src/realm.json @@ -1925,7 +1925,7 @@ "trusted-hosts": [ "127.0.0.6", "*.${UDS_DOMAIN}", - "*.admin.${UDS_DOMAIN}" + "*.${UDS_ADMIN_DOMAIN}" ], "client-uris-must-match": [ "true" diff --git a/tasks.yaml b/tasks.yaml index 7c471c0..fc787d3 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -117,7 +117,7 @@ tasks: description: Configure existing uds-core/grafana package for group authz, build, deploy grafana actions: - cmd: | - sed -i '/^\s*sso:/,/^\s*-\s*name:/ { + sed -i '/^\s*sso:/,/^\s*-\s*name:/ { /groups:/d /^\s*-\s*name:/a \ \ \ \ \ \ groups:\n\ \ \ \ \ \ \ \ anyOf:\n\ \ \ \ \ \ \ \ \ - \/UDS Core\/Admin }' uds-core/src/grafana/chart/templates/uds-package.yaml