From 0c60bb0ee6c0c59bd1e415f9e1bffeda86f0dc42 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Tue, 29 Nov 2022 16:42:57 +0530 Subject: [PATCH 1/2] docs: add cdot auth steps --- docs/prepare-cdot-clusters.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/prepare-cdot-clusters.md b/docs/prepare-cdot-clusters.md index 5634f3a2f..39cde0879 100644 --- a/docs/prepare-cdot-clusters.md +++ b/docs/prepare-cdot-clusters.md @@ -166,6 +166,25 @@ security login create -user-or-group-name harvest2 -application ontapi -role har security login create -user-or-group-name harvest2 -application http -role harvest2-role -authentication-method cert ``` +Verify if an entry is present for following commands +```bash +# ZAPI based access +vserver services web access show -role harvest3-role -name ontapi + +# REST based access +vserver services web access show -role harvest3-role -name rest +``` + +If It is missing then add an entry with following commands +```bash +# ZAPI based access +vserver services web access create -vserver umeng-aff300-01-02 -name ontapi -role harvest2-role + +# REST based access +vserver services web access create -vserver umeng-aff300-01-02 -name rest -role harvest2-role +``` + + #### 7-Mode CLI Login to the CLI of your 7-Mode ONTAP system (e.g. using SSH). First, we create a user role. If you want to give the From c99593e2e3b608879dbbc11e66687952bbccc32b Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Tue, 29 Nov 2022 08:12:36 -0500 Subject: [PATCH 2/2] docs: add cdot auth steps (#1561) --- docs/prepare-cdot-clusters.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/prepare-cdot-clusters.md b/docs/prepare-cdot-clusters.md index 39cde0879..8c81d315d 100644 --- a/docs/prepare-cdot-clusters.md +++ b/docs/prepare-cdot-clusters.md @@ -166,7 +166,7 @@ security login create -user-or-group-name harvest2 -application ontapi -role har security login create -user-or-group-name harvest2 -application http -role harvest2-role -authentication-method cert ``` -Verify if an entry is present for following commands +Verify that an entry is present by running the following commands ```bash # ZAPI based access vserver services web access show -role harvest3-role -name ontapi @@ -175,7 +175,7 @@ vserver services web access show -role harvest3-role -name ontapi vserver services web access show -role harvest3-role -name rest ``` -If It is missing then add an entry with following commands +If the entry is missing, enable access by running the following ```bash # ZAPI based access vserver services web access create -vserver umeng-aff300-01-02 -name ontapi -role harvest2-role @@ -184,7 +184,6 @@ vserver services web access create -vserver umeng-aff300-01-02 -name ontapi -rol vserver services web access create -vserver umeng-aff300-01-02 -name rest -role harvest2-role ``` - #### 7-Mode CLI Login to the CLI of your 7-Mode ONTAP system (e.g. using SSH). First, we create a user role. If you want to give the