-
Notifications
You must be signed in to change notification settings - Fork 1
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
[DCMAW-11018] Use new certificates #336
base: main
Are you sure you want to change the base?
Conversation
backend-api/template.yaml
Outdated
@@ -224,6 +224,10 @@ Conditions: | |||
- !Ref Environment | |||
- build | |||
|
|||
useWildcardCertificate: !Equals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could also check that ${AWS::StackName} != 'mob-async-backend'
so that the auto dev deployment uses the BaseCertificate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oooo okay will look
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that if the stack name isn't mob-async-backend then it'll add a wildcard. Is that a bit open?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only if it is also dev!
!And
- !Equals [!Ref Environment, "dev]
- !Not [!Equals [!Ref AWS::StackName, "mob-async-backend"]]
or something
b2ba0f0
to
9d2c63b
Compare
Quality Gate passed for 'mobile-id-check-async-sts-mock'Issues Measures |
Quality Gate passedIssues Measures |
DCMAW-11018
What changed
Updates regional certs to point to either wildcard cert if dev, or proxy/base cert
Why did it change
Current set up is fiddly to add new domains.
https://github.com/govuk-one-login/mobile-id-check-readid-mock/pull/15
https://github.com/govuk-one-login/mobile-id-check-async-infra/pull/13
See async infra PR for testing screenshots
Checklists