Skip to content

Fix ALLOWED_CONTENT_CHECKSUMS check failing on settings import#7400

Open
gerrod3 wants to merge 1 commit intopulp:mainfrom
gerrod3:checksum-check
Open

Fix ALLOWED_CONTENT_CHECKSUMS check failing on settings import#7400
gerrod3 wants to merge 1 commit intopulp:mainfrom
gerrod3:checksum-check

Conversation

@gerrod3
Copy link
Contributor

@gerrod3 gerrod3 commented Mar 5, 2026

Moved the check to separate Django check ran after database commands. Loosen the restrictions on Forbidden Checksums being present to just a warning.

fixes: #7380
Generated by: claude-opus-4.6

📜 Checklist

  • Commits are cleanly separated with meaningful messages (simple features and bug fixes should be squashed to one commit)
  • A changelog entry or entries has been added for any significant changes
  • Follows the Pulp policy on AI Usage
  • (For new features) - User documentation and test coverage has been added

See: Pull Request Walkthrough

Moved the check to separate Django check ran after database commands.
Loosen the restrictions on Forbidden Checksums being present to just a warning.

fixes: pulp#7380
Generated by: claude-opus-4.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

False positive ImproperlyConfigured on startup: forbidden checksum check ignores user's ALLOWED_CONTENT_CHECKSUMS override

1 participant