serverless / serverless-secrets-plugin

MIT License
66 stars 16 forks source link

Specify custom location of secret files #5

Closed joncursi closed 7 years ago

joncursi commented 7 years ago

I don't like my project root getting full of miscellaneous files. Is it possible to specify a custom location where the secrets are, and the option to use stage on the folder structure rather than the file name? I.e.

config/
  development
    secrets.yml
    secrets.yml.encrypted
  staging
    secrets.yml
    secrets.yml.encrypted
  production
    secrets.yml
    secrets.yml.encrypted
joncursi commented 7 years ago

Looks like a PR exists for this already. https://github.com/serverless/serverless-secrets-plugin/pull/4 Can we merge?

nikgraf commented 7 years ago

Should be solved with this PR https://github.com/serverless/serverless-secrets-plugin/pull/2