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

Add a new controller for vault secret api #99

Open
kotyara85 opened this issue Jun 4, 2020 · 0 comments
Open

Add a new controller for vault secret api #99

kotyara85 opened this issue Jun 4, 2020 · 0 comments

Comments

@kotyara85
Copy link

kotyara85 commented Jun 4, 2020

  1. introduce a new api - secret.kubevault.com/v1alpha1

proposed crd:

apiVersion: secret.kubevault.com/v1alpha1
kind: VaultSecret
metadata:
  name: secret
spec:
  vaultSecretName: secret
  vaultRef:
    name: vault-dev
  kv:
    data:
      key: value
      key1: value
  1. the controller simply will write secrets using vault api

this's similar to this tf module - https://www.terraform.io/docs/providers/vault/r/generic_secret.html

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

1 participant