add more custom credential type env blacklist items

see: https://github.com/ansible/tower/issues/1224
This commit is contained in:
Ryan Petrello 2018-04-03 15:44:44 -04:00
parent ac1bc08480
commit 31a0eab880

View File

@ -446,6 +446,7 @@ class CredentialType(CommonModelNameNotUnique):
'AD_HOC_COMMAND_ID', 'REST_API_URL', 'REST_API_TOKEN', 'MAX_EVENT_RES',
'CALLBACK_QUEUE', 'CALLBACK_CONNECTION', 'CACHE',
'JOB_CALLBACK_DEBUG', 'INVENTORY_HOSTVARS', 'FACT_QUEUE',
'AWX_HOST', 'PROJECT_REVISION'
))
class Meta: