jonasvinther / medusa

A cli tool for importing and exporting Hashicorp Vault secrets
MIT License
483 stars 62 forks source link

config.yaml Issue #87

Closed BK-STAR77 closed 1 year ago

BK-STAR77 commented 2 years ago

Medusa does not take my configuration listed on config.yaml. So I have to put in variable to make it work

jonasvinther commented 2 years ago

Hi @BK-STAR77 Thank you for reaching out. Can you elaborate a bit on what you mean by this?

BK-STAR77 commented 2 years ago

I create a config.yaml to my homefolder ~/.medusa/config.yaml but it looks like read my conf however it works fine with environment.

jonasvinther commented 1 year ago

Medusa has no issues reading my ~/.medusa/config.yaml file. The config file could look something like this.

VAULT_ADDR: https://localhost:8201
VAULT_SKIP_VERIFY: true
VAULT_TOKEN: my-secret-token

I will close this issue since I cannot replicate the error.