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

rlevas pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new c064eb1  [AMBARI-24520] Fix set KDC admin credentials section in 
enable Kerberos doc
c064eb1 is described below

commit c064eb16584b0e84bb2851a49f1a0549cc5f61bc
Author: Robert Levas <[email protected]>
AuthorDate: Tue Aug 21 14:43:10 2018 -0400

    [AMBARI-24520] Fix set KDC admin credentials section in enable Kerberos doc
---
 ambari-server/docs/security/kerberos/enabling_kerberos.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/docs/security/kerberos/enabling_kerberos.md 
b/ambari-server/docs/security/kerberos/enabling_kerberos.md
index bfda3cd..306a45b 100644
--- a/ambari-server/docs/security/kerberos/enabling_kerberos.md
+++ b/ambari-server/docs/security/kerberos/enabling_kerberos.md
@@ -275,7 +275,7 @@ Payload:
 #### Set the KDC administrator credentials
 
 ```
-curl -H "X-Requested-By:ambari" -u admin:admin -i -X POST -d @./payload 
http://AMBARI_SERVER:8080/api/v1/clusters/CLUSTER_NAME/credentials
+curl -H "X-Requested-By:ambari" -u admin:admin -i -X POST -d @./payload 
http://AMBARI_SERVER:8080/api/v1/clusters/CLUSTER_NAME/credentials/kdc.admin.credential
 ```
 
 Payload:

Reply via email to