run black: Add support for Kubernetes authentication method in Hashicorp Vault secret lookup

This commit is contained in:
liortamary
2022-02-26 18:33:36 +02:00
parent dd99a25db0
commit b870659fd9
2 changed files with 7 additions and 9 deletions

View File

@@ -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': [