File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,8 +57,7 @@ For these components extra steps are required.
5757** a Stackable xref:secret-operator:index.adoc[Secret Operator] for certificates when deploying for TLS
5858** a Stackable xref:commons-operator:index.adoc[Commons Operator] for certificates when deploying for TLS authentication
5959** (for authorization): a Stackable xref:opa:index.adoc[OPA Operator]
60- ** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-476-executable.jar[Trino CLI] to test
61- SQL queries
60+ ** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-477[Trino CLI] to test SQL queries
6261
6362=== S3 bucket
6463
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ The `--insecure` flag ignores the server TLS certificate and is required in this
6262
6363[source,console]
6464----
65- $ java -jar ~/Downloads/ trino-cli-476-executable.jar --server https://85.215.195.29:8443 --user admin --password --insecure
65+ $ trino-cli-477 --server https://85.215.195.29:8443 --user admin --password --insecure
6666----
6767
6868TIP: In case you are using OpenID connect, use `--external-authentication` instead of `--password`.
You can’t perform that action at this time.
0 commit comments