hqdncw / vault-autopilot

HashiCorp Vault management made easy. Define your desired state, automate the rest.
https://hqdncw.github.io/vault-autopilot/
MIT License
2 stars 0 forks source link

Add support for SSHKey resources #17

Closed hqdncw closed 5 months ago

hqdncw commented 5 months ago
kind: "SecretsEngine"
spec:
  path: "secret"
  engine:
    type: "kv-v2"
---
kind: SSHKey
spec:
  secretsEngine: "secret"
  path: my-perfect-key
  keyOptions:
    type: "rsa"
    bits: 4096
  version: 1