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/07/28 05:31:30 UTC

[ozone-docker-testkrb5] branch master updated: add HTTP/kms principal for kms (#3)

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 <bh...@apache.org>
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/om@EXAMPLE.COM"
 kadmin.local -q "addprinc -randkey dn/dn@EXAMPLE.COM"
 kadmin.local -q "addprinc -randkey HTTP/dn@EXAMPLE.COM"
 
+#for KMS
+kadmin.local -q "addprinc -randkey HTTP/kms@EXAMPLE.COM"
+
 #for Mapreduce tests (Yarn):
 kadmin.local -q "addprinc -randkey jhs/jhs@EXAMPLE.COM"
 kadmin.local -q "addprinc -randkey HTTP/jhs@EXAMPLE.COM"

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