-
Notifications
You must be signed in to change notification settings - Fork 401
[Feature Request] generate TLS certificates using cert-manager #663
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: luis.costa <luis.costa@talkdesk.com>
Signed-off-by: luis.costa <luis.costa@talkdesk.com>
Signed-off-by: luis.costa <luis.costa@talkdesk.com>
Signed-off-by: luis.costa <luis.costa@talkdesk.com>
Signed-off-by: luis.costa <luis.costa@talkdesk.com>
Signed-off-by: luis.costa <luis.costa@talkdesk.com>
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.
I have no prior experience with cert-manager, and while I was able to deploy that into Kubernetes, it will take me some time to read through its documentation and learn how to generate certificates. As I was waiting on my deployment to come online, I read through the code and found a few typos, for which I have provided suggestions.
I'll need to do a more detailed review, but these typos will need to be fixed so I wanted to point them out now.
Co-authored-by: Tom Wheeler <tom@temporal.io>
Co-authored-by: Tom Wheeler <tom@temporal.io>
Co-authored-by: Tom Wheeler <tom@temporal.io>
Co-authored-by: Tom Wheeler <tom@temporal.io>
Thanks Tom. |
What was changed
Add certificates.yaml + secret.yaml to templates
Add README.md
Why?
generate certificates using cert-manager
How was this tested
Cert-manager will:
@robholland Can you please review? Thanks