diff --git a/awx/main/models/credential.py b/awx/main/models/credential.py index 9f66965651..7a18c1bf52 100644 --- a/awx/main/models/credential.py +++ b/awx/main/models/credential.py @@ -926,7 +926,8 @@ def gce(cls): 'multiline': True, 'help_text': ('Paste the contents of the PEM file associated ' 'with the service account email.') - }] + }], + 'required': ['username', 'ssh_key_data'], } )