From f924fe94e0d178570267aaa148eec237133b8c73 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 19 Jun 2026 10:10:42 +0200 Subject: [PATCH 1/2] chore: Bump Superset to 6.1.0 --- stacks/end-to-end-security/superset.yaml | 2 +- stacks/nifi-kafka-druid-superset-s3/superset.yaml | 2 +- stacks/trino-superset-s3/superset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/end-to-end-security/superset.yaml b/stacks/end-to-end-security/superset.yaml index a1c3d59c..d014c75f 100644 --- a/stacks/end-to-end-security/superset.yaml +++ b/stacks/end-to-end-security/superset.yaml @@ -15,7 +15,7 @@ metadata: name: superset spec: image: - productVersion: 6.0.0 + productVersion: 6.1.0 clusterConfig: credentialsSecretName: superset-admin-credentials metadataDatabase: diff --git a/stacks/nifi-kafka-druid-superset-s3/superset.yaml b/stacks/nifi-kafka-druid-superset-s3/superset.yaml index 702dac86..2b348e52 100644 --- a/stacks/nifi-kafka-druid-superset-s3/superset.yaml +++ b/stacks/nifi-kafka-druid-superset-s3/superset.yaml @@ -5,7 +5,7 @@ metadata: name: superset spec: image: - productVersion: 6.0.0 + productVersion: 6.1.0 clusterConfig: credentialsSecretName: superset-admin-credentials metadataDatabase: diff --git a/stacks/trino-superset-s3/superset.yaml b/stacks/trino-superset-s3/superset.yaml index 2c538d18..44c969a6 100644 --- a/stacks/trino-superset-s3/superset.yaml +++ b/stacks/trino-superset-s3/superset.yaml @@ -5,7 +5,7 @@ metadata: name: superset spec: image: - productVersion: 6.0.0 + productVersion: 6.1.0 clusterConfig: credentialsSecretName: superset-admin-credentials metadataDatabase: From b844dbf9bcb2213bb5d70391d132fa53707182c6 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 19 Jun 2026 12:18:36 +0200 Subject: [PATCH 2/2] docs: Update Superset endpoint name --- docs/modules/demos/pages/end-to-end-security.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/demos/pages/end-to-end-security.adoc b/docs/modules/demos/pages/end-to-end-security.adoc index b4518a6a..4c65aa80 100644 --- a/docs/modules/demos/pages/end-to-end-security.adoc +++ b/docs/modules/demos/pages/end-to-end-security.adoc @@ -315,7 +315,7 @@ image::end-to-end-security/dbeaver_5.png[] === OIDC support across the board -If you already logged in to Trino, you can try opening up the Superset UI. That is reachable with the `external-http` endpoint provided by `stackablectl stacklet list`. In this case the endpoint is http://172.18.0.2:30443. You should see the `Sign in with Keycloak` button on your screen. +If you already logged in to Trino, you can try opening up the Superset UI. That is reachable with the `node-http` endpoint provided by `stackablectl stacklet list`. In this case the endpoint is http://172.18.0.2:30443. You should see the `Sign in with Keycloak` button on your screen. image::end-to-end-security/superset_1.png[]