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 f180ab6 add HTTP/kms principal for kms (#3)
f180ab6 is described below
commit f180ab663c1853b3a28f715820f0331475b2ebaf
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Wed Jul 28 11:01:13 2021 +0530
add HTTP/kms principal for kms (#3)
---
init.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/init.sh b/init.sh
index 8699c4a..a68d332 100644
--- a/init.sh
+++ b/init.sh
@@ -43,6 +43,9 @@ kadmin.local -q "addprinc -randkey testuser/[email protected]"
kadmin.local -q "addprinc -randkey dn/[email protected]"
kadmin.local -q "addprinc -randkey HTTP/[email protected]"
+#for KMS
+kadmin.local -q "addprinc -randkey HTTP/[email protected]"
+
#for Mapreduce tests (Yarn):
kadmin.local -q "addprinc -randkey jhs/[email protected]"
kadmin.local -q "addprinc -randkey HTTP/[email protected]"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]