mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 14:39:26 -02:30
Add Credential Detail view
* Add Credential and CredentialDetail unit tests * Add credential_type mock data
This commit is contained in:
@@ -1136,7 +1136,7 @@ ManagedCredentialType(
|
||||
'help_text': ugettext_noop('The OpenShift or Kubernetes API Endpoint to authenticate with.')
|
||||
},{
|
||||
'id': 'bearer_token',
|
||||
'label': ugettext_noop('API authentication bearer token.'),
|
||||
'label': ugettext_noop('API authentication bearer token'),
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
},{
|
||||
|
||||
Reference in New Issue
Block a user