We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7cca3 commit 3a86808Copy full SHA for 3a86808
src/aap_eda/settings/default.py
@@ -511,6 +511,10 @@ def get_rulebook_process_log_level() -> RulebookProcessLogLevel:
511
# Organization and object roles will come from create_initial_data
512
ANSIBLE_BASE_ROLE_PRECREATE = {}
513
514
+# This will make a special create-specific serializer for DAB RBAC views
515
+# also should apply to authentication and other apps, if that ever matters
516
+ANSIBLE_BASE_AUTO_CREATE_SERIALIZER = True
517
+
518
ACTIVATION_DB_HOST = settings.get(
519
"ACTIVATION_DB_HOST", "host.containers.internal"
520
)
0 commit comments