Story #6926
closedAs a user I can set/update repo_gpgcheck and gpg_check options
100%
Description
The generated config.repo
defaults to gpgcheck=0
and there's currently no way (that I could find) to override that on the server-side.
Our current workflow injests the config.repo
as-is from pulp, this would introduce an extra step along the way to update the gpg repo configuration (via file or command line).
Updated by ipanova@redhat.com over 4 years ago
Add repo_gpgcheck and gpg_check options to the publication so a value can be explicitly set. Default value will be 0 ( disabled). Right now we set repo_gpgcheck value based on the presence of the signing_servide - remove that logic. As an outcome, gpg checks will be fully under user's control, user will enable/disable when necessary.
Updated by ipanova@redhat.com over 4 years ago
- Tracker changed from Issue to Story
- Subject changed from yum repo configuration - need to be able to toggle GPG to As a user I can set/update repo_gpgcheck and gpg_check options
- % Done set to 0
Updated by lmjachky about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by Lubos Mjachky about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 589d5d34e2a981c265dd6565d73ebec8a4c10ce9.
Updated by pulpbot about 4 years ago
Added by Lubos Mjachky about 4 years ago
Revision 8cea553d | View on GitHub
Make gpgpcheck options to be a non-required parameter
ref #6926 [nocoverage]
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Make gpgcheck and repo_gpgcheck configurable via the REST API
closes #6926