Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly Rename Extra CA Certificates (PROJQUAY-1306) #372

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

alecmerdler
Copy link
Contributor

Issue: https://issues.redhat.com/browse/PROJQUAY-1306

Changelog: Only add extra_ca_cert_ prefix to actual extra CA certificates when creating new configBundleSecret.

Docs: N/a

Testing: N/a

Details: We were previously adding the extra_ca_cert_ prefix to all certificates received by the certs payload to the /reconfigure endpoint. This is incorrect, as some files are used for other purposes (like cloudfront-signing-key.pem) and are referenced by filename in config.yaml. Changing the name of this file breaks Quay when it tries to open the file.

@alecmerdler alecmerdler changed the title Properly Rename Extra CA Certificates (PROJQUAY-1306) [WIP] Properly Rename Extra CA Certificates (PROJQUAY-1306) Dec 9, 2020
@alecmerdler alecmerdler added the tng label Dec 9, 2020
@alecmerdler alecmerdler force-pushed the PROJQUAY-1306 branch 3 times, most recently from 72c19ed to 08d3ab4 Compare December 9, 2020 09:17
@alecmerdler alecmerdler changed the title [WIP] Properly Rename Extra CA Certificates (PROJQUAY-1306) Properly Rename Extra CA Certificates (PROJQUAY-1306) Dec 9, 2020
… creating new 'configBundleSecret' for '/reconfigure' endpoint
@alecmerdler alecmerdler merged commit 7457dfb into quay:master Dec 9, 2020
@alecmerdler alecmerdler deleted the PROJQUAY-1306 branch December 9, 2020 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant