mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Task refactoring, updates to support ssh-agent and responding to password prompts. Needs test for using credentials.
This commit is contained in:
@@ -185,8 +185,8 @@ class CredentialSerializer(BaseSerializer):
|
||||
model = Credential
|
||||
fields = (
|
||||
'url', 'id', 'related', 'name', 'description', 'creation_date',
|
||||
'default_username', 'ssh_key_data', 'ssh_key_unlock', 'ssh_password', 'sudo_password',
|
||||
'user', 'team'
|
||||
'ssh_username', 'ssh_password', 'ssh_key_data', 'ssh_key_unlock',
|
||||
'sudo_username', 'sudo_password', 'user', 'team',
|
||||
)
|
||||
|
||||
def get_related(self, obj):
|
||||
|
||||
Reference in New Issue
Block a user