Moritz Johner
Moritz Johner
Which issue(s) this PR fixes: This PR adds a new Slack channel called #external-secrets-dev to be used by the maintainers and contributors of the external-secrets CNCF project (external-secrets.io). It will...
This bug surfaced in #2518. It can be reproduced with the manifest further below. The bug is triggered if the user FIRST creates a `Kind=ExternalSecret` without a `spec.target.template`. Then, if...
## Goal We want increase visibility for API depreciations. ## Context In #2869 we've identified a slight API change (bug). A change in behavior should be implemented eventually. We've identified...
With harbor 2.2.0 global robot accounts with extended permissions can be created. `POST /robots` ```json { "secret": "string", "disable": true, "name": "string", "level": "string", "duration": 0, "description": "string", "permissions": [...
I want to have a build for the master branch or PR to support bleeding-edge users.
The rendered documentation is in the repository. It doesn't need to be there and can be rendered + deployed from within the gh actions pipeline. Also, the documentation must be...
As a user i want to be able to clone a secret from one cluster to another using PushSecret. At the moment we can only push individual keys, not the...
This is a design document to align the approach on how we intend to use and structure PushSecret metadata across providers. OG PR for PushSecret Metadata: https://github.com/external-secrets/external-secrets/pull/2600 Recent PRs who...
Towards #3443. This PR enhances the Kubernetes provider to support both `.spec.template.metadata` and `.spec.data[0].metadata`. It allows users to define both `labels` and `annotations` on the target secret. :warning: Both labels...
## Stateful Generator Proposal This PR is a propsal to introduce state for generators alongside a implementation for a new stateful generator for managing grafana service accounts. :scroll: You can...