Skip to content

Commit

Permalink
Clean up settings file (#15135)
Browse files Browse the repository at this point in the history
remove unneeded settings
  • Loading branch information
jessicamack committed May 10, 2024
1 parent 20f054d commit 946bbe3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1160,9 +1160,6 @@
# Permissions a user will get when creating a new item
ANSIBLE_BASE_CREATOR_DEFAULTS = ['change', 'delete', 'execute', 'use', 'adhoc', 'approve', 'update', 'view']

# This is a stopgap, will delete after resource registry integration
ANSIBLE_BASE_SERVICE_PREFIX = "awx"

# Temporary, for old roles API compatibility, save child permissions at organization level
ANSIBLE_BASE_CACHE_PARENT_PERMISSIONS = True

Expand All @@ -1176,6 +1173,3 @@

# system username for django-ansible-base
SYSTEM_USERNAME = None

# Use AWX base view, to give 401 on unauthenticated requests
ANSIBLE_BASE_CUSTOM_VIEW_PARENT = 'awx.api.generics.APIView'

0 comments on commit 946bbe3

Please sign in to comment.