adding SAML2024 example certs + references, updating tests to use them#9958
Merged
bleachbyte merged 3 commits intomainfrom Jan 24, 2024
Merged
adding SAML2024 example certs + references, updating tests to use them#9958bleachbyte merged 3 commits intomainfrom
bleachbyte merged 3 commits intomainfrom
Conversation
zachmargolis
approved these changes
Jan 22, 2024
850973d to
e95b323
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
https://gitlab.login.gov/lg/identity-devops/-/issues/4387
NOTE: As of the opening of this PR,
saml2024.crtandsaml2024.key.encfiles have been created for all environments, with the appropriatesuffix/secret_key_passphrasevalues added tosaml_endpoint_configsin eachapplication.ymlfile for said environments (includingint/staging/dm/prod).🛠 Summary of changes
2024suffix insaml_endpoint_configsdefault config + examplesaml2024cert filesconfig/initializers/app_artifacts.rbspectests to check the2024endpoint/artifacts/etc., with theendpoint_configstest also checking2023instead of2022NOTE: Once all partners support/are utilizing the 2024 SAML certs, a follow-up PR will be created to remove all references to the 2023 certs.
📜 Testing Plan
saml2024.crtandsaml2024.key.encfiles for mybleachbyteenvironment (built fromdevconfigs) + added to S3 /application.ymlidphosts, verifying that hosts built properlysaml2023andsaml2024endpoints are availableRelevant logs display entries for
saml2023andsaml2024cert / key files. Site runs properly and endpoints are valid and reachable.