Skip to content

Add support for ipAddresses in TLS certificate templates#643

Merged
lhotari merged 3 commits intoapache:masterfrom
ankith-carver:ip-address-support-in-tls-cert
Mar 20, 2026
Merged

Add support for ipAddresses in TLS certificate templates#643
lhotari merged 3 commits intoapache:masterfrom
ankith-carver:ip-address-support-in-tls-cert

Conversation

@ankith-carver
Copy link
Copy Markdown
Contributor

Motivation

Currently, the TLS certificate template supports DNS names but does not allow specifying IP addresses. This makes it difficult to generate valid certificates for deployments that rely on IP-based access.

Modifications

  • Added conditional support for ipAddresses in charts/pulsar/template/_certs.tpl.
  • When tls.<component>.ipAddresses is provided, it is rendered into the certificate spec.

Copy link
Copy Markdown
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please document this new "feature" in charts/pulsar/values.yaml with commented out example values for broker and proxy.

Copy link
Copy Markdown
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lhotari lhotari merged commit f9fe6c6 into apache:master Mar 20, 2026
35 checks passed
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