NetAppDocs / active-iq-unified-manager

https://docs.netapp.com/us-en/active-iq-unified-manager/
2 stars 2 forks source link

Two new login will be created is not documented #46

Closed ReneMeier closed 3 months ago

ReneMeier commented 5 months ago

Page URL

https://docs.netapp.com/us-en/active-iq-unified-manager/storage-mgmt/task_add_clusters.html

Page title

Adding clusters

Summary

Before adding a cluster in the AIQUM, we create a user called 'user' with application http, ontapi with authentication method "password". The user looks like this:

                                                                 Second
User/Group                 Authentication                 Acct   Authentication
Name           Application Method        Role Name        Locked Method
-------------- ----------- ------------- ---------------- ------ --------------
user              http        password      admin            no     none
user              ontapi      password      admin            no     none

2 entries were displayed.

After adding the Cluster in the AIQUM successfully (starting with 9.12) the same output looks like this:

                                                                 Second
User/Group                 Authentication                 Acct   Authentication
Name           Application Method        Role Name        Locked Method
-------------- ----------- ------------- ---------------- ------ --------------
user              http        cert          admin            no     none
user              ontapi      cert          admin            no     none
user              http        password      admin            no     none
user              ontapi      password      admin            no     none

2 entries were displayed.

As you can see, the AIQUM create two new entries for this user with the authentication method "cert". This is not documented. Please reflect this feature in the documentation in the section Certificates for Mutual TLS communication.

Something like this or similar:

Image 001

Public issues must not contain sensitive information

netapp-ranuk commented 5 months ago

Thank you for reporting the issue. We'll investigate and update the documentation as soon as possible.

netapp-ranuk commented 3 months ago

We have updated the documentation https://docs.netapp.com/us-en/active-iq-unified-manager/storage-mgmt/task_add_clusters.html

Thanks!