Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/demos/pages/end-to-end-security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
name: superset
spec:
image:
productVersion: 6.0.0
productVersion: 6.1.0
clusterConfig:
credentialsSecretName: superset-admin-credentials
metadataDatabase:
Expand Down
2 changes: 1 addition & 1 deletion stacks/nifi-kafka-druid-superset-s3/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: superset
spec:
image:
productVersion: 6.0.0
productVersion: 6.1.0
clusterConfig:
credentialsSecretName: superset-admin-credentials
metadataDatabase:
Expand Down
2 changes: 1 addition & 1 deletion stacks/trino-superset-s3/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: superset
spec:
image:
productVersion: 6.0.0
productVersion: 6.1.0
clusterConfig:
credentialsSecretName: superset-admin-credentials
metadataDatabase:
Expand Down
Loading