Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to deploy a local CA clusterissuer #129

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

simu
Copy link
Member

@simu simu commented May 11, 2023

We add logic which is modeled after https://cert-manager.io/docs/configuration/selfsigned/#bootstrapping-ca-issuers to deploy a cluster issuer which is backed by a locally managed CA certificate.

By default, this clusterissuer is not deployed.

Checklist

  • The PR has a meaningful title. It will be used to auto generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.

simu added 3 commits May 11, 2023 16:50
We add logic which is modeled after
https://cert-manager.io/docs/configuration/selfsigned/#bootstrapping-ca-issuers
to deploy a cluster issuer which is backed by a locally managed CA
certificate.

By default, this clusterissuer is not deployed.
Rendered from template version: main (880649e)
@simu simu changed the title Feat/local ca clusterissuer Add option to deploy a local CA clusterissuer May 11, 2023
@simu simu added the enhancement New feature or request label May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant