File tree Expand file tree Collapse file tree
hadoop-ozone/dist/src/main/compose Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ export_keytab testuser/om testuser
3737export_keytab testuser/recon testuser
3838export_keytab testuser/s3g testuser
3939export_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
4144export_keytab testuser2/dn testuser2
4245export_keytab testuser2/httpfs testuser2
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ OZONE-SITE.XML_ozone.security.http.kerberos.enabled=true
103103OZONE-SITE.XML_ozone.s3g.secret.http.enabled=true
104104OZONE-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+
106109OZONE-SITE.XML_ozone.om.http.auth.type=kerberos
107110OZONE-SITE.XML_hdds.scm.http.auth.type=kerberos
108111OZONE-SITE.XML_hdds.datanode.http.auth.type=kerberos
You can’t perform that action at this time.
0 commit comments