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

Remove crlURL from test CA issuer configs #7132

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Conversation

aarongable
Copy link
Contributor

@aarongable aarongable commented Nov 2, 2023

This value is always set to the empty string in prod, which (correctly) results in the issued certificates not having a CRLDP at all. It turns out our integration test environment has been including CRLDPs in all of our test certs because we set crlURL to a non-empty value! This change updates our test configs to match reality.

I'll remove the code which supports this config value as part of my upcoming CA CRLDP changes.

@aarongable aarongable requested a review from a team as a code owner November 2, 2023 18:12
Copy link
Contributor

github-actions bot commented Nov 2, 2023

@aarongable, this PR appears to contain configuration changes. Please ensure that a corresponding deployment ticket has been filed with the new configuration values.

@aarongable aarongable requested review from jsha and removed request for beautifulentropy November 2, 2023 18:12
@aarongable
Copy link
Contributor Author

@aarongable, this PR appears to contain configuration changes. Please ensure that a corresponding deployment ticket has been filed with the new configuration values.

No prod change is necessary, as this PR is updating our test configuration to match what's already in prod.

@aarongable aarongable merged commit 81cb970 into main Nov 2, 2023
20 checks passed
@aarongable aarongable deleted the rm-crl-url-config branch November 2, 2023 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants