get-hc-secrets 1.5.8__tar.gz → 1.5.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: get_hc_secrets
3
- Version: 1.5.8
3
+ Version: 1.5.9
4
4
  Summary: A package to read secrets from Hashicorp vault
5
5
  Author-email: Xavier Mayeur <xavier@mayeur.be>
6
6
  Project-URL: Homepage, https://github.com/xmayeur/getSecrets
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "get_hc_secrets"
3
- version = '1.5.8'
3
+ version = '1.5.9'
4
4
  authors = [
5
5
  { name = "Xavier Mayeur", email = "xavier@mayeur.be" }
6
6
  ]
@@ -20,7 +20,7 @@ except FileNotFoundError:
20
20
  os.makedirs("/etc/vault")
21
21
  _home = "/etc/vault"
22
22
  try:
23
- _config = yaml.safe_load(open(join(_home, 'vault.yaml')))
23
+ _config = yaml.safe_load(open(join(_home, 'vault.yml')))
24
24
  except FileNotFoundError:
25
25
  logging.error(f"No vault configuration found in {_home}")
26
26
  sys.exit(1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: get_hc_secrets
3
- Version: 1.5.8
3
+ Version: 1.5.9
4
4
  Summary: A package to read secrets from Hashicorp vault
5
5
  Author-email: Xavier Mayeur <xavier@mayeur.be>
6
6
  Project-URL: Homepage, https://github.com/xmayeur/getSecrets
File without changes
File without changes
File without changes