mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
Working on surfacing credentials via REST.
This commit is contained in:
@@ -146,7 +146,7 @@ class CredentialSerializer(BaseSerializer):
|
||||
model = Credential
|
||||
fields = (
|
||||
'url', 'id', 'related', 'name', 'description', 'creation_date',
|
||||
'ssh_key_path', 'ssh_key_data', 'ssh_key_unlock', 'ssh_password', 'sudo_password',
|
||||
'default_username', 'ssh_key_data', 'ssh_key_unlock', 'ssh_password', 'sudo_password',
|
||||
'user', 'team'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user