Skip to content

Commit

Permalink
OZ-671: Make enabling/disabling of Superset client configurable (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Jan 2, 2025
1 parent 1ec06bb commit 646585a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions distro/configs/keycloak/realms/ozone-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@
{
"id": "a3d22db9-6cee-45f3-b419-cd93a498077f",
"clientId": "senaite",
"name": "Senaite",
"name": "SENAITE",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
Expand Down Expand Up @@ -1252,8 +1252,9 @@
{
"id": "${SUPERSET_CLIENT_UUID}",
"clientId": "superset",
"name": "Superset",
"surrogateAuthRequired": false,
"enabled": false,
"enabled": "${SUPERSET_CLIENT_ENABLED}",
"alwaysDisplayInConsole": false,
"baseUrl": "${SUPERSET_PUBLIC_URL}",
"rootUrl": "${SUPERSET_PUBLIC_URL}",
Expand Down

0 comments on commit 646585a

Please sign in to comment.