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

Support hashicorp vault? #73

Open
bitsofinfo opened this issue Jul 22, 2019 · 2 comments
Open

Support hashicorp vault? #73

bitsofinfo opened this issue Jul 22, 2019 · 2 comments
Assignees
Labels
backend/all enhancement New feature or request
Milestone

Comments

@bitsofinfo
Copy link

bitsofinfo commented Jul 22, 2019

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

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

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
  #
  # Vault  
  store:
    type: vault
    auth: 
      secretRef: 
        name: externalsecret-operator-credentials-vault
        namespace: externalsecret-operator-system
    parameters:
      server: vault.example.com
      path: /vault/path

Observations (Constraints, Context, etc):

@riccardomc
Copy link
Contributor

Hi there! Thank for your interest in our project!

Vault is definitely on our radar and we have people that expressed their interest in having a backend for it already.

Our plan is to reach the 0.1.0 milestone before adding more backends. We are quite close: https://github.com/ContainerSolutions/externalsecret-operator/milestone/1 Part of this milestone is documenting how to add new backends which will make contributing much easier.

This said, any contribution is already more than welcome 😄

@riccardomc riccardomc added the enhancement New feature or request label Sep 6, 2019
@knelasevero
Copy link
Contributor

Related to #89

@knelasevero knelasevero added this to the 0.2.0 milestone Nov 5, 2020
amouat pushed a commit that referenced this issue May 26, 2021
…s/fkirc/skip-duplicate-actions-v3.4.0

chore(deps): bump fkirc/skip-duplicate-actions from v2.1.0 to v3.4.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend/all enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants