Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI commands for Trident user are missing "application http" #540

Open
1 task done
wonderland opened this issue Dec 17, 2024 · 0 comments
Open
1 task done

CLI commands for Trident user are missing "application http" #540

wonderland opened this issue Dec 17, 2024 · 0 comments

Comments

@wonderland
Copy link

Page URL

https://docs.netapp.com/us-en/trident/trident-use/ontap-nas-prep.html

Page title

Prepare to configure a backend with ONTAP NAS drivers

Summary

The section "Create custom ONTAP role for Trident" shows the commands to create a Trident user. In step 2 this shows the command to create a user for "application ontapi" but not for "application http". The later one is needed for RESTful API. Since Ontap is transitioning to that the docs should probably include this in the example.

Also, the "authmethod" value literally is "password", it should not show this as "<password\>". I think the correct second step should read:

2. Create a usename for the Trident user:

security login create -username <user_name\> -application ontapi -authmethod password -role <name_of_role_in_step_1\> –vserver <svm_name\> -comment "user_description"

security login create -username <user_name\> -application http -authmethod password -role <name_of_role_in_step_1\> –vserver <svm_name\> -comment "user_description"

Public issues must not contain sensitive information

  • This issue contains no sensitive information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant