mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 12:39:22 -02:30
expose CredentialType.namespace in the API
see: https://github.com/ansible/awx/issues/3644
This commit is contained in:
@@ -2494,7 +2494,7 @@ class CredentialTypeSerializer(BaseSerializer):
|
|||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = CredentialType
|
model = CredentialType
|
||||||
fields = ('*', 'kind', 'name', 'managed_by_tower', 'inputs',
|
fields = ('*', 'kind', 'namespace', 'name', 'managed_by_tower', 'inputs',
|
||||||
'injectors')
|
'injectors')
|
||||||
|
|
||||||
def validate(self, attrs):
|
def validate(self, attrs):
|
||||||
|
|||||||
Reference in New Issue
Block a user