mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 07:48:05 -02:30
clean up old authtoken support
just use Bearer tokens - those are the only type of tokens we support
This commit is contained in:
@@ -88,7 +88,7 @@ class CLI(object):
|
||||
token = self.get_config('token')
|
||||
if token:
|
||||
self.root.connection.login(
|
||||
None, None, token=token, auth_type='Bearer'
|
||||
None, None, token=token,
|
||||
)
|
||||
else:
|
||||
config.use_sessions = True
|
||||
|
||||
Reference in New Issue
Block a user