SAP / SAP/valkey-operator

[FEATURE] make cert-manager Certificate duration configurable

Open
#65 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go Template
Stars
51
Forks
7
Avg merge
5d 23m
Merged PRs (30d)
5

Description

Is your feature request related to a problem? Please describe.
Right now the duration of cert-manager issued certificates seems to be hard-coded (to 100 years).

Describe the solution you'd like
A way to configure the duration (something like spec.tls.duration).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the cert-manager Certificate resource template and the existing hard-coded duration in the operator. Trace how TLS settings are represented under spec.tls, then check the rendered Kubernetes manifest or relevant tests. Done means users can configure the Certificate duration through spec.tls.duration and the generated resource uses that value.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
infrastructure
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.