k8s-at-home-search icon indicating copy to clipboard operation
k8s-at-home-search copied to clipboard

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

Open samip5 opened this issue 1 year ago • 1 comments

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:

samip5 avatar Dec 30 '23 22:12 samip5

Sounds nice, also interesting with SOPS

whazor avatar Feb 24 '24 08:02 whazor