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/10/25 20:49:47 UTC

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

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 <50...@users.noreply.github.com>
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/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