diff --git a/pulpcore/app/settings.py b/pulpcore/app/settings.py index 6961b88f30..11b0542453 100644 --- a/pulpcore/app/settings.py +++ b/pulpcore/app/settings.py @@ -644,6 +644,7 @@ def saml2_settings_hook(settings): distributed_publication_retention_period_validator, ], post_hooks=(otel_middleware_hook, saml2_settings_hook), + dynaboxify=False, ) _logger = getLogger(__name__)