Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Add credstash backend #94

Open
knelasevero opened this issue Oct 2, 2020 · 0 comments
Open

Add credstash backend #94

knelasevero opened this issue Oct 2, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@knelasevero
Copy link
Contributor

knelasevero commented Oct 2, 2020

Describe the solution you'd like
Support credstash as a backend for secrets.

What is the added value?
Having new backends increases chances for adoption and broadens the operator use cases.

We have a fellow external secret solution interested in joining forces. https://github.com/ouzi-dev/credstash-operator

Their main need is a credstash so it would be cool if we could implement this backend.

Would be nice community wise to have this connection.

Give us examples of the outcome

apiVersion: store.externalsecret-operator.container-solutions.com/v1alpha1
kind: SecretStore
metadata:
  name: secretstore-sample
spec:
  controller: staging
  # Sample store types
  #
  # credstash  
  store:
    type: credstash
    auth: 
      secretRef: 
        name: externalsecret-operator-credentials-credstash
        namespace: externalsecret-operator-system
    parameters:
      server: credstash.example.com
# Not sure of what parameters would be needed yet

Observations (Constraints, Context, etc):

@knelasevero knelasevero added the enhancement New feature or request label Oct 7, 2020
@knelasevero knelasevero added this to the 0.2.0 milestone Nov 5, 2020
@knelasevero knelasevero self-assigned this Nov 5, 2020
amouat pushed a commit that referenced this issue May 26, 2021
…thub.com/tidwall/gjson-1.7.4

chore(deps): bump github.com/tidwall/gjson from 1.7.3 to 1.7.4
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant