#AWS Fsx ONTAP filesystem : Can I only invoke FS REST API using fsxadmin user?

1 messages · Page 1 of 1 (latest)

fluid cobalt
#

is there any way to use domain users like we have under SVM?

left marlin
#

Not sure if I understand the inquiry clearly but ... My understanding is the 'fsxadmin' user is the equivalent of the 'ontap cluster admin' and as such can only 'talk' ontap rest apis... The AWS FSx apis are of different kind, they are living and acting in AWS universe and are talking to aws using its own credentials and such.

jaunty stone
#

I believe this is what you are looking for: Using Active Directory user accounts with your file system @ https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/roles-and-users.html#ad-tunneling

fluid cobalt
# jaunty stone I believe this is what you are looking for: Using Active Directory user accounts...

hi Michael,

Thanks for the link. I tried the solution provided however my domain user is still unauthorised to make any cluster level calls.

::> security login domain-tunnel show
Tunnel Vserver: svmxxxxxxl101

security login create -user-or-group-name NTADMIN\xxxxxxxxx -application http -authentication-method domain -role fsxadmin

::> security login show -vserver xxx

Vserver: FsxIdxxxxx
Second
User/Group Authentication Acct Authentication
Name Application Method Role Name Locked Method


NTADMIN\xxxxx
ssh domain fsxadmin - none
NTADMIN\xxxxx
http domain fsxadmin - none

Please note that I have been successfully able to add domain users as vsadmin and make SVM level and Volume level API calls.

jaunty stone
#

The fsxadmin role is limited, so the unauthorized error could be due to lack of access. Have you confirmed the role allows the operation you are attempting, or are you not able to login at all?

fluid cobalt
#

i was able to get it to work. I had an extra \ in the domain user. re created security login and worked like a charm

#

My apologies for confusion

jaunty stone
fluid cobalt
jaunty stone
#

That is essentially correct. The limit applies to ONTAP in general, not just FSx. I am not sure if there are any warnings when deleting the domain tunnel SVM, but I can try to check into that tomorrow from an ONTAP perspective at least.