Skip to content

Commit a75efd7

Browse files
sjha4ehelms
authored andcommitted
Add allowed content checksums to pulp settings
1 parent 4e40a7e commit a75efd7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/roles/pulp/defaults/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ pulp_settings_other_env:
6666
PULP_CONTENT_WORKERS: "{{ pulp_content_service_worker_count }}"
6767
PULP_TOKEN_AUTH_DISABLED: "true"
6868
PULP_FLATPAK_INDEX: "true"
69+
PULP_ALLOWED_CONTENT_CHECKSUMS: >-
70+
['sha1', 'sha224', 'sha256', 'sha384', 'sha512']
6971
7072
pulp_settings_env: "{{ pulp_settings_database_env | ansible.builtin.combine(pulp_settings_other_env) }}"
7173

0 commit comments

Comments
 (0)