<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Creating a login for Config Cdvisor 4.5 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Creating-a-login-for-Config-Cdvisor-4-5/m-p/123479#M26454</link>
    <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I need to create a user for Config Advisor. Config Advisor is going to be run by someone who is not a member of the storage team, infact they are an external partner engaged by a different team. I want to restrict privileges as much as possible.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I tried basing a user on the "READONLY" role but it will not get past the "Test Login" button. It seems to require the use of the command "system node run" which is a bit of a problem.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;This is what I came up with:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;security login role 
 create -role confadvisor -cmddirname "DEFAULT" -access readonly
 create -role confadvisor -cmddirname "security" -access none
 create -role confadvisor -cmddirname "security login password" -access all
 create -role confadvisor -cmddirname "set" -access all
 create -role confadvisor -cmddirname "system node run" -access all
 config show -role confadvisor -instance
 show -role confadvisor

security login
 create -username thirdp -role confadvisor -application ssh -authmethod password
 create -username thirdp -role confadvisor -application http -authmethod password
 create -username thirdp -role confadvisor -application ontapi -authmethod password
 create -username thirdp -role confadvisor -application console -authmethod password
 create -username thirdp -role confadvisor -application service-processor -authmethod password
 show -username thirdp&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I am really not happy with allowing "system node run" since there is enough priviledge there to destroy a system.&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="verdana,geneva"&gt;Can I do better than the above?&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="verdana,geneva"&gt;Should I just insist on being present to enter the password?&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Thanks for your help.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 18:58:12 GMT</pubDate>
    <dc:creator>richard_mackerras</dc:creator>
    <dc:date>2025-06-04T18:58:12Z</dc:date>
    <item>
      <title>Creating a login for Config Cdvisor 4.5</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Creating-a-login-for-Config-Cdvisor-4-5/m-p/123479#M26454</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I need to create a user for Config Advisor. Config Advisor is going to be run by someone who is not a member of the storage team, infact they are an external partner engaged by a different team. I want to restrict privileges as much as possible.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I tried basing a user on the "READONLY" role but it will not get past the "Test Login" button. It seems to require the use of the command "system node run" which is a bit of a problem.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;This is what I came up with:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;security login role 
 create -role confadvisor -cmddirname "DEFAULT" -access readonly
 create -role confadvisor -cmddirname "security" -access none
 create -role confadvisor -cmddirname "security login password" -access all
 create -role confadvisor -cmddirname "set" -access all
 create -role confadvisor -cmddirname "system node run" -access all
 config show -role confadvisor -instance
 show -role confadvisor

security login
 create -username thirdp -role confadvisor -application ssh -authmethod password
 create -username thirdp -role confadvisor -application http -authmethod password
 create -username thirdp -role confadvisor -application ontapi -authmethod password
 create -username thirdp -role confadvisor -application console -authmethod password
 create -username thirdp -role confadvisor -application service-processor -authmethod password
 show -username thirdp&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I am really not happy with allowing "system node run" since there is enough priviledge there to destroy a system.&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="verdana,geneva"&gt;Can I do better than the above?&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="verdana,geneva"&gt;Should I just insist on being present to enter the password?&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Thanks for your help.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:58:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Creating-a-login-for-Config-Cdvisor-4-5/m-p/123479#M26454</guid>
      <dc:creator>richard_mackerras</dc:creator>
      <dc:date>2025-06-04T18:58:12Z</dc:date>
    </item>
  </channel>
</rss>

