Skip to content

Commit 9a8867b

Browse files
Update docs/modules/demos/pages/end-to-end-security.adoc
Co-authored-by: Nick <[email protected]>
1 parent 34555a6 commit 9a8867b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/modules/demos/pages/end-to-end-security.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,13 @@ include::partial$instance-hint.adoc[]
178178
Have a look at the xref:home:trino:usage-guide/connect_to_trino.adoc[trino-operator documentation on how to connect to Trino].
179179
It is recommended to use DBeaver, as Trino consists of many schemas and tables and they are easier to explore via a UI. The host and port for the connection can be found in the `stackablectl stacklet list` output used earlier using the `coordinator-https` endpoint. In this case it would be `https://172.18.0.2:31604`.
180180

181-
One DBeaver configuration differs from the trino-operator documentation linked above: Since the demo uses OIDC to connect to Keycloak for authentication, the `Username` and `Password` fields are left blank and instead you have to set `externalAuthentication` in the `Driver properties`, when creating the Trino connection, to `true`.
181+
[IMPORTANT]
182+
====
183+
Because this demo uses OIDC for authentication there are slightly different settings required than what are described in trino-operator documentation linked above:
184+
185+
- The `Username` and `Password` fields must be left blank.
186+
- An addition setting in the Driver Properties must be added: `externalAuthentication: true`.
187+
====
182188

183189
image::end-to-end-security/dbeaver_1.png[]
184190

0 commit comments

Comments
 (0)