mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 08:57:33 -02:30
make a global "managed by AWX/Tower" Credential to represent Galaxy
This commit is contained in:
@@ -96,6 +96,10 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin):
|
||||
help_text=_('Specify the type of credential you want to create. Refer '
|
||||
'to the Ansible Tower documentation for details on each type.')
|
||||
)
|
||||
managed_by_tower = models.BooleanField(
|
||||
default=False,
|
||||
editable=False
|
||||
)
|
||||
organization = models.ForeignKey(
|
||||
'Organization',
|
||||
null=True,
|
||||
|
||||
Reference in New Issue
Block a user