-
Notifications
You must be signed in to change notification settings - Fork 378
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
Add Certificate refs for https listeners #1211
Add Certificate refs for https listeners #1211
Conversation
@@ -71,18 +71,33 @@ spec: | |||
items: | |||
type: string | |||
type: array | |||
certificates: |
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.
@EdgeJ this is a breaking change - can we use certificates
here instead of certificateArn
?
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.
Absolutely. I thought about this after I threw up the Pr, but I wanted to gauge the reaction here before going back to fix it up. I don't see any reason the old API and the new selector can't live side by side. Will fix this up.
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.
@haarchri I updated the changes to insert the ARN refs in the certificates
field instead of creating new fields to address backwards compatibility.
b2e2e03
to
561de19
Compare
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.
@EdgeJ they are failing due to crossplane/crossplane#2944 -- fix is incoming 👍🏻
Signed-off-by: EdgeJ <[email protected]>
Signed-off-by: EdgeJ <[email protected]>
561de19
to
45ef7e0
Compare
Rebased on master and pushed. Seems like it's fixed. |
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.
@EdgeJ thanks for this enhancement ;)
* Add Certificate refs for https listeners Signed-off-by: EdgeJ <[email protected]> Signed-off-by: Felipe Barbosa <[email protected]>
Signed-off-by: EdgeJ [email protected]
Description of your changes
This change adds references and selectors for ACM certificates to automate the creation of HTTPS listeners.
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Created and deleted listeners using example YAML.