mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
run black: Add support for Kubernetes authentication method in Hashicorp Vault secret lookup
This commit is contained in:
@@ -60,9 +60,7 @@ base_inputs = {
|
||||
'type': 'string',
|
||||
'multiline': False,
|
||||
'default': 'approle',
|
||||
'help_text': _(
|
||||
'The Authentication path to use if one isn\'t provided in the metadata when linking to an input field. Defaults to \'approle\''
|
||||
),
|
||||
'help_text': _('The Authentication path to use if one isn\'t provided in the metadata when linking to an input field. Defaults to \'approle\''),
|
||||
},
|
||||
],
|
||||
'metadata': [
|
||||
|
||||
Reference in New Issue
Block a user