mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Update required for SDK v1 compatability
This commit is contained in:
parent
fa7867e8a7
commit
9dc84d69d5
@ -39,7 +39,7 @@ tss_inputs = {
|
||||
tss_plugin = CredentialPlugin(
|
||||
'Thycotic Secret Server',
|
||||
tss_inputs,
|
||||
lambda **kwargs: SecretServer(
|
||||
kwargs['server_url'], PasswordGrantAuthorizer(kwargs['server_url'].rstrip('/') + '/oauth2/token', kwargs['username'], kwargs['password'])
|
||||
).get_secret(kwargs['secret_id']),
|
||||
lambda **kwargs: SecretServer(kwargs['server_url'], PasswordGrantAuthorizer(kwargs['server_url'], kwargs['username'], kwargs['password'])).get_secret(
|
||||
kwargs['secret_id']
|
||||
),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user