jojochuang opened a new pull request, #6192: URL: https://github.com/apache/ozone/pull/6192
## What changes were proposed in this pull request? Add a default value "*" for the configuration property ozone.om.kerberos.principal.pattern to support accessing Ozone cluster in other Kerberos realms. Please describe your PR in detail: * Follow what was done in HDFS-7546. * Currently we simply workaround the issue by adding the property to the command line. Adding it to the default makes Ozone more user friendly. E.g. `hdfs dfs -Dozone.om.kerberos.principal=om/[email protected] -ls ofs://ozone1707264383/vol1/bucket1/` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10328 ## How was this patch tested? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
