stackabletech / stackabletech/opensearch-operator
Drop support for `CN=generated certificate for pod` subject DNs
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 2
- Avg merge
- 11h 1m
- Merged PRs (30d)
- 9
Description
Since #144, the setting plugins.security.nodes_dn is configured with subject DNs containing the FQDNs of the OpenSearch nodes. The former subject DN CN=generated certificate for pod was not removed, because a transition (from SDP 26.3 to 26.7) would not be possible. After the release of SDP 26.7, support for the old subject DN can be removed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the code or templates that populate the plugins.security.nodes_dn setting and trace where the legacy subject DN CN=generated certificate for pod is retained. Remove that legacy entry while preserving the FQDN-based node DNs, then run the relevant operator checks to confirm the generated configuration no longer supports the old subject DN.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- search
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100