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

Ability to filter based on if one uses Doppler or 1Password for secrets #24

Open
samip5 opened this issue Dec 30, 2023 · 1 comment
Open

Comments

@samip5
Copy link
Contributor

samip5 commented Dec 30, 2023

Should be simple as looking for

apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
spec:
  provider:
    doppler:

and OnePassword's looks like:

apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
spec:
  provider:
    onepassword:
@whazor
Copy link
Owner

whazor commented Feb 24, 2024

Sounds nice, also interesting with SOPS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants