Skip to content

Commit 5d5a97a

Browse files
author
Fabian Morgan
committed
add additional artifacts
1 parent f2bd75a commit 5d5a97a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

hadoop-ozone/dist/src/main/compose/common/init-kdc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export_keytab testuser/om testuser
3737
export_keytab testuser/recon testuser
3838
export_keytab testuser/s3g testuser
3939
export_keytab testuser/scm testuser
40+
export_keytab svc-iceberg-rest-catalog/s3g svc-iceberg-rest-catalog
41+
export_keytab svc-iceberg-userA/s3g svc-iceberg-userA
42+
export_keytab svc-iceberg-userB/s3g svc-iceberg-userB
4043

4144
export_keytab testuser2/dn testuser2
4245
export_keytab testuser2/httpfs testuser2

hadoop-ozone/dist/src/main/compose/ozonesecure-ha/docker-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ OZONE-SITE.XML_ozone.security.http.kerberos.enabled=true
103103
OZONE-SITE.XML_ozone.s3g.secret.http.enabled=true
104104
OZONE-SITE.XML_ozone.http.filter.initializers=org.apache.hadoop.security.AuthenticationFilterInitializer
105105

106+
# Enable S3 Gateway STS (AWS STS compatible) endpoint on s3g (http://s3g:9880/sts)
107+
OZONE-SITE.XML_ozone.s3g.sts.http.enabled=true
108+
106109
OZONE-SITE.XML_ozone.om.http.auth.type=kerberos
107110
OZONE-SITE.XML_hdds.scm.http.auth.type=kerberos
108111
OZONE-SITE.XML_hdds.datanode.http.auth.type=kerberos

0 commit comments

Comments
 (0)