On Wed, 25 Apr 2018, Sylvain Robitaille wrote:
... I've setup a read-only user on the filer, that I intend will be able to access the web interface:
security login create -vserver fc1-na -user-or-group-name nul_cmk \ -application http -authentication-method password -role readonly \ -comment "check_mk monitoring" ... Trouble is that if I try to login to the web interface as that user, the browser stays "stuck" at the "Loading system details..." spinner widget. ...
I'd like to express a boatload of gratitude to Avi Ben Emanuel of Jerusalem College of Technology who presented me with the answer: I needed to also grant access to the ontapi application for this user. It now works:
fc1-ev::> security login show -user nul_cmk
Vserver: fc1-ev Second User/Group Authentication Acct Authentication Name Application Method Role Name Locked Method -------------- ----------- ------------- ---------------- ------ -------------- nul_cmk http password readonly no none nul_cmk ontapi password readonly no none 2 entries were displayed.
Sometimes "thank you" only scratches the surface ... I honestly don't know how I might have discovered that myself ...