mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
AC-1071 Moved credential model to its own file. Added API support and tests for ssh_key_path field.
AC-1095 Added validation for SSH private keys.
This commit is contained in:
@@ -8,6 +8,7 @@ from django.conf import settings
|
||||
from awx.main.models.base import *
|
||||
from awx.main.models.unified_jobs import *
|
||||
from awx.main.models.organization import *
|
||||
from awx.main.models.credential import *
|
||||
from awx.main.models.projects import *
|
||||
from awx.main.models.inventory import *
|
||||
from awx.main.models.jobs import *
|
||||
|
||||
Reference in New Issue
Block a user