This is an automated email from the ASF dual-hosted git repository.
bharat pushed a commit to branch httpfs
in repository https://gitbox.apache.org/repos/asf/ozone-docker-testkrb5.git
The following commit(s) were added to refs/heads/httpfs by this push:
new 95e0114 Added httpfs/httpfs, HTTP/httpfs and testuser/httpfs
principals for HttpFS. (#4)
95e0114 is described below
commit 95e0114ea0885dac07bacbf8986d475f1974ffb0
Author: dombizita <[email protected]>
AuthorDate: Mon Oct 25 22:49:45 2021 +0200
Added httpfs/httpfs, HTTP/httpfs and testuser/httpfs principals for HttpFS.
(#4)
---
init.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/init.sh b/init.sh
index a68d332..e1f1734 100644
--- a/init.sh
+++ b/init.sh
@@ -36,6 +36,11 @@ kadmin.local -q "addprinc -randkey s3g/[email protected]"
kadmin.local -q "addprinc -randkey HTTP/[email protected]"
kadmin.local -q "addprinc -randkey testuser/[email protected]"
+#for HttpFS
+kadmin.local -q "addprinc -randkey httpfs/[email protected]"
+kadmin.local -q "addprinc -randkey HTTP/[email protected]"
+kadmin.local -q "addprinc -randkey testuser/[email protected]"
+
kadmin.local -q "addprinc -randkey om/[email protected]"
kadmin.local -q "addprinc -randkey HTTP/[email protected]"
kadmin.local -q "addprinc -randkey testuser/[email protected]"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]