[Feature Request] generate TLS certificates using cert-manager#663
[Feature Request] generate TLS certificates using cert-manager#663luismacosta wants to merge 20 commits intotemporalio:mainfrom
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>
tomwheeler
left a comment
There was a problem hiding this comment.
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. |
|
Hello @PhillypHenning @robholland @tomwheeler Can you please review and merge if everything looks good to you? Thanks. |
|
Having just gone through the process of creating certs and CAs for Temporal, this is a welcome piece of work. Thanks @luismacosta! Can you elaborate a little on what |
isCA: true isCA: false (default) |
|
Hey @luiscosta18 we're ready to revive this now, sorry for the long delay. Please could you update this to the latest |
|
Hello @robholland @tomwheeler @PhillypHenning Please close this PR. |
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