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 unused keys from CA config #7948

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

aarongable
Copy link
Contributor

Remove the singular Profile field from the CA config, as it has been replaced by the plural CertProfiles key. Remove the Expiry, Backdate, LintConfig, and IgnoredLints keys from the top-level CA config, as they are now also configured on a per-profile basis. Remove the LifespanCRL key from the CA config, as it is now configured within the CRLProfile. For all of the above, remove transitional fallbacks from within //ca/main.go.

These config changes were deployed to production in IN-10568, IN-10506, and IN-10045.

Fixes #7414
Fixes #7159

@aarongable aarongable requested a review from a team as a code owner January 14, 2025 17:51
@aarongable aarongable marked this pull request as draft January 14, 2025 17:51
@aarongable aarongable marked this pull request as ready for review January 14, 2025 21:39
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.

CA: Remove deprecated Issuance.Profiles field Build CRL profiles into //issuance package
1 participant