You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Hi,
Our vRA authentication is setup with different domains, while logging in manually we choose a specific domain and then enter user name and password.
how to achieve this in terraform, when I am providing the user name and password with out any domain for provider vra7 it fails with authentication issue.
I have tried to provide the domain as prefix to the user name DOMAIN.LOCAL\\USERNAME, still it fails with .
Error: Unable to get auth token: vRealize API: [{Code:90135 Message:Unable to authenticate user rgaduput in tenant DEV_Group. SystemMessage:90135-Unable to authenticate user rgaduput in tenant DEV_Group.} {Code:400 Message: SystemMessage:}]
Error: Error: Unable to get auth token: vRealize API: [{Code:90135 Message:Unable to authenticate user DEV.LOCAL\rgaduput in tenant DEV_Group. SystemMessage:90135-Unable to authenticate user DEV.LOCAL\rgaduput in tenant DEV_Group.} {Code:400 Message: SystemMessage:}]
Any suggestion on how to use user name with domain combination ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Our vRA authentication is setup with different domains, while logging in manually we choose a specific domain and then enter user name and password.
how to achieve this in terraform, when I am providing the user name and password with out any domain for
provider vra7
it fails with authentication issue.I have tried to provide the domain as prefix to the user name
DOMAIN.LOCAL\\USERNAME
, still it fails with .Error: Unable to get auth token: vRealize API: [{Code:90135 Message:Unable to authenticate user rgaduput in tenant DEV_Group. SystemMessage:90135-Unable to authenticate user rgaduput in tenant DEV_Group.} {Code:400 Message: SystemMessage:}]
Error: Error: Unable to get auth token: vRealize API: [{Code:90135 Message:Unable to authenticate user DEV.LOCAL\rgaduput in tenant DEV_Group. SystemMessage:90135-Unable to authenticate user DEV.LOCAL\rgaduput in tenant DEV_Group.} {Code:400 Message: SystemMessage:}]
Any suggestion on how to use user name with domain combination ?
The text was updated successfully, but these errors were encountered: