mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02: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',
|
'type': 'string',
|
||||||
'multiline': False,
|
'multiline': False,
|
||||||
'default': 'approle',
|
'default': 'approle',
|
||||||
'help_text': _(
|
'help_text': _('The Authentication path to use if one isn\'t provided in the metadata when linking to an input field. Defaults to \'approle\''),
|
||||||
'The Authentication path to use if one isn\'t provided in the metadata when linking to an input field. Defaults to \'approle\''
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'metadata': [
|
'metadata': [
|
||||||
|
|||||||
Reference in New Issue
Block a user