Skip to content

Conversation

@luiscosta18
Copy link

@luiscosta18 luiscosta18 commented Dec 30, 2025

What was changed
Add certificates.yaml + secret.yaml to templates

Why?
generate certificates using cert-manager

How was this tested
Deployed cert-manager helm-chart
Deployed temporal helm chart, 0.57.0, using temporal/charts/temporal/tests/certificates.yaml as values.yaml, with my own tls.crt + tls.key
Cert-manager will:

Use the temporal-issuer (which refers to the CA).
Ask the CA (from the tls-certs secret) to sign a new certificate.
Create the temporal-tls-certs secret in the same namespace — this secret will contain:
tls.crt: the signed certificate
tls.key: the private key
Optionally, ca.crt: the CA certificate (if configured)
➜ ~ kubectl get secret -n temporal

NAME TYPE DATA AGE
temporal-tls-certs kubernetes.io/tls 3 3h38m
tls-certs Opaque 2 153m

➜ ~ kubectl get certificate -n temporal

NAME READY SECRET AGE
temporal-cert True temporal-tls-certs 5h35m

➜ ~ kubectl get certificaterequests -n temporal-data

NAME APPROVED DENIED READY ISSUER REQUESTER AGE
temporal-cert-1 True True temporal-issuer system:serviceaccount:cert-manager:test-cert-manager 5h

@luiscosta18 luiscosta18 requested a review from a team as a code owner December 30, 2025 21:13
@CLAassistant
Copy link

CLAassistant commented Dec 30, 2025

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@luiscosta18 luiscosta18 changed the title feat: generate TLS certificates using cer t-manager feat: generate TLS certificates using cert-manager Dec 30, 2025
@luiscosta18
Copy link
Author

Hello @robholland @tomwheeler @PhillypHenning

Please review this PR. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants