Skip to content

Commit 9032de2

Browse files
committed
adapt listenerclass
1 parent 9c99fa6 commit 9032de2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

stacks/end-to-end-security/superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
clientCredentialsSecret: superset-keycloak-client
1616
userRegistrationRole: Gamma_extended
1717
nodes:
18-
config:
18+
roleConfig:
1919
listenerClass: external-unstable
2020
roleGroups:
2121
default:

stacks/end-to-end-security/trino.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ spec:
77
image:
88
productVersion: "476"
99
clusterConfig:
10-
listenerClass: external-unstable
1110
tls:
1211
serverSecretClass: tls
1312
catalogLabelSelector:
@@ -23,6 +22,8 @@ spec:
2322
configMapName: opa
2423
package: trino
2524
coordinators:
25+
roleConfig:
26+
listenerClass: external-unstable
2627
podOverrides: &podOverrides
2728
spec:
2829
containers:
@@ -88,7 +89,7 @@ spec:
8889
hive.hdfs.wire-encryption.enabled: "true"
8990
# HMS configuration
9091
hive.metastore.authentication.type: KERBEROS
91-
hive.metastore.client.principal: trino/trino.default.svc.cluster.local@KNAB.COM
92+
hive.metastore.client.principal: trino/trino-coordinator.default.svc.cluster.local@KNAB.COM
9293
hive.metastore.client.keytab: /stackable/kerberos/keytab
9394
hive.metastore.service.principal: hive/hive-iceberg.default.svc.cluster.local@KNAB.COM
9495
hive.metastore.thrift.impersonation.enabled: "false"

0 commit comments

Comments
 (0)