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

CertConfig is missing autoRegistration for issuers #248

Open
MartinWeindel opened this issue Apr 10, 2024 · 0 comments
Open

CertConfig is missing autoRegistration for issuers #248

MartinWeindel opened this issue Apr 10, 2024 · 0 comments
Labels
area/control-plane Control plane related kind/bug Bug

Comments

@MartinWeindel
Copy link
Member

How to categorize this issue?

/area control-plane
/kind bug

What happened:
On creating an issuer with exteranl account binding, it was not possible to specify the autoRegistration field.

- type: shoot-cert-service
  providerConfig:
    apiVersion: service.cert.extensions.gardener.cloud/v1alpha1
    kind: CertConfig
    shootIssuers:
      enabled: true
    issuers:
      - email: ***********@***.com
        autoRegistration: true
        externalAccountBinding:
          keyID: *********************
          keySecretName: some-credentials
        name: cdf-dev-sap
        server: https://***.com/***/v1/acme/v2/directory

What you expected to happen:
Should allow to provide autoRegistration: true

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Gardener version (if relevant):
  • Extension version:
  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • Others:
@gardener-robot gardener-robot added area/control-plane Control plane related kind/bug Bug labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/control-plane Control plane related kind/bug Bug
Projects
None yet
Development

No branches or pull requests

2 participants