Network maintenance. Planio will be observing two scheduled maintenance windows this Tuesday, March 2 and Wednesday, March 3 from 02:00 UTC until 06:00 UTC each in order to perform maintenance on access routers in our primary datacenter. Your account might observe short downtimes during these periods up to several minutes at a time.
Story #6926
As 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).
Associated revisions
Revision 8cea553d
View on GitHub
Make gpgpcheck options to be a non-required parameter
ref #6926 [nocoverage]
History
#1
Updated by ipanova@redhat.com 9 months 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.
#2
Updated by ipanova@redhat.com 9 months 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
#3
Updated by ipanova@redhat.com 5 months ago
- Tags Documentation added
#4
Updated by ipanova@redhat.com 5 months ago
- Tags deleted (
Documentation)
#10
Updated by Anonymous 4 months ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 589d5d34e2a981c265dd6565d73ebec8a4c10ce9.
Please register to edit this issue
Make gpgcheck and repo_gpgcheck configurable via the REST API
closes #6926