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

Allow a secret to exist on multiple namespaces #30

Open
digiserg opened this issue Feb 17, 2022 · 0 comments
Open

Allow a secret to exist on multiple namespaces #30

digiserg opened this issue Feb 17, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@digiserg
Copy link
Collaborator

The change would allow the same secret to being synced to multiple namespaces. This can be very useful for secrets such as private docker registries. The new schema could look like the example below:

---
apiVersion: digitalis.io/v1
kind: ValsSecret
metadata:
  name: private-registry
spec:
  type: kubernetes.io/dockerconfigjson
  namespaces:
    - one
    - two
    - three
  data:
    auth:
      ref: "ref+vault://secret/registry/dockerconfigjson"
      encoding: text
@digiserg digiserg added the enhancement New feature or request label Feb 17, 2022
@digiserg digiserg added this to the 0.6.0 milestone Feb 17, 2022
@digiserg digiserg added the good first issue Good for newcomers label Jan 28, 2023
@digiserg digiserg removed this from the 0.6.0 milestone Jan 28, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants