You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by bh...@apache.org on 2021/11/01 23:33:25 UTC

[ozone-docker-testkrb5] branch master updated: Added httpfs/httpfs, HTTP/httpfs and testuser/httpfs principals for HttpFS. (#4) (#5)

This is an automated email from the ASF dual-hosted git repository.

bharat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-testkrb5.git


The following commit(s) were added to refs/heads/master by this push:
     new a4232ff  Added httpfs/httpfs, HTTP/httpfs and testuser/httpfs principals for HttpFS. (#4) (#5)
a4232ff is described below

commit a4232ffc70639e2563318d74cfedc60d9584451e
Author: dombizita <50...@users.noreply.github.com>
AuthorDate: Tue Nov 2 00:33:19 2021 +0100

    Added httpfs/httpfs, HTTP/httpfs and testuser/httpfs principals for HttpFS. (#4) (#5)
---
 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/s3g@EXAMPLE.COM"
 kadmin.local -q "addprinc -randkey HTTP/s3g@EXAMPLE.COM"
 kadmin.local -q "addprinc -randkey testuser/s3g@EXAMPLE.COM"
 
+#for HttpFS
+kadmin.local -q "addprinc -randkey httpfs/httpfs@EXAMPLE.COM"
+kadmin.local -q "addprinc -randkey HTTP/httpfs@EXAMPLE.COM"
+kadmin.local -q "addprinc -randkey testuser/httpfs@EXAMPLE.COM"
+
 kadmin.local -q "addprinc -randkey om/om@EXAMPLE.COM"
 kadmin.local -q "addprinc -randkey HTTP/om@EXAMPLE.COM"
 kadmin.local -q "addprinc -randkey testuser/om@EXAMPLE.COM"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org