hashicorp-vault

Hashicorp Vault: Python hvac does not see secrets

Hashicorp Vault: Python hvac does not see secrets Question: I’m trying to use HashiCorp Vault with hvac Python client. I’ve run vault docker container (development mode config) on localhost, created a KV secret engine kv1 (with version 1 API), added a secret mega_secret, added a key/value ("hell" –> "yeah") it it and tried to read …

Total answers: 1

How can one use HashiCorp Vault in Airflow?

How can one use HashiCorp Vault in Airflow? Question: I am starting to use Apache Airflow and I am wondering how to effectively make it use secrets and passwords stored in Vault. Unfortunately, search does not return meaningful answers beyond a yet-to-be-implemented hook in Airflow project itself. I can always use Python’s hvac module to …

Total answers: 3