Skip to content

Commit

Permalink
Set the ALLOWED_CONTENT_CHECKSUMS in the default configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
goosemania committed Feb 16, 2021
1 parent c7d0e2d commit 29d4b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/8266.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The default configuration now contains the ALLOWED_CONTENT_CHECKSUMS setting with all checksum types supported in Pulp 2.
2 changes: 2 additions & 0 deletions pulp_2to3_migration/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
'verify_ssl': True,
'ca_path': '/etc/pki/tls/certs/ca-bundle.crt',
}

ALLOWED_CONTENT_CHECKSUMS = ['md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512']

0 comments on commit 29d4b51

Please sign in to comment.