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 934c752 commit a847a39Copy full SHA for a847a39
1 file changed
pulpcore/app/settings.py
@@ -644,6 +644,7 @@ def saml2_settings_hook(settings):
644
distributed_publication_retention_period_validator,
645
],
646
post_hooks=(otel_middleware_hook, saml2_settings_hook),
647
+ dynaboxify=False,
648
)
649
650
_logger = getLogger(__name__)
0 commit comments