kapicorp / kapitan

Generic templated configuration management for Kubernetes, Terraform and other things
https://kapitan.dev
Apache License 2.0
1.8k stars 197 forks source link

Writing ref secrets from the command line fails #241

Closed ramaro closed 5 years ago

ramaro commented 5 years ago

Writing ref secrets from the command line fails

Currently ref: secret types are not supported in the command line.

To Reproduce Steps to reproduce the behavior:

$ kapitan secrets --write ref:my_password -f <(echo -n password123)

Invalid token: ref:my_password. Try using gpg/gkms/awskms:ref:my_password

Expected behavior Create ref type secret

ramaro commented 5 years ago

fixed in #242