mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Explicitly references AppRole
This commit is contained in:
parent
139384acc4
commit
fdae3cd092
@ -114,7 +114,7 @@ def handle_auth(**kwargs):
|
||||
elif kwargs.get('role_id') and kwargs.get('secret_id'):
|
||||
token = approle_auth(**kwargs)
|
||||
else:
|
||||
raise Exception('Either Vault token or Auth parameters must be set')
|
||||
raise Exception('Either token or AppRole parameters must be set')
|
||||
|
||||
return token
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user