get-hc-secrets 1.2__tar.gz → 1.3__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.
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/PKG-INFO +3 -3
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/README.md +2 -2
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/get_hc_secrets.egg-info/PKG-INFO +3 -3
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/setup.py +1 -1
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/LICENSE +0 -0
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/get_hc_secrets.egg-info/SOURCES.txt +0 -0
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/get_hc_secrets.egg-info/dependency_links.txt +0 -0
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/get_hc_secrets.egg-info/requires.txt +0 -0
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/get_hc_secrets.egg-info/top_level.txt +0 -0
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/pyproject.toml +0 -0
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/setup.cfg +0 -0
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/src/__init__.py +0 -0
- {get_hc_secrets-1.2 → get_hc_secrets-1.3}/src/get_secrets.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: get_hc_secrets
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3
|
|
4
4
|
Summary: A package to read secrets from Hashicorp vault
|
|
5
5
|
Home-page: https://github.com/xmayeur/getSecrets
|
|
6
6
|
Author: Xavier Mayeur
|
|
@@ -19,12 +19,12 @@ Requires-Dist: requests
|
|
|
19
19
|
# getSecrets package
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
getSecrets is a simple package that reads
|
|
22
|
+
getSecrets is a simple package that reads from the 'secret' repository of a Hashicorp vault
|
|
23
23
|
|
|
24
24
|
usage:
|
|
25
25
|
|
|
26
26
|
```
|
|
27
|
-
from
|
|
27
|
+
from get_secrets import get_secret
|
|
28
28
|
|
|
29
29
|
data = get_secret(<id>)
|
|
30
30
|
```
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# getSecrets package
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
getSecrets is a simple package that reads
|
|
4
|
+
getSecrets is a simple package that reads from the 'secret' repository of a Hashicorp vault
|
|
5
5
|
|
|
6
6
|
usage:
|
|
7
7
|
|
|
8
8
|
```
|
|
9
|
-
from
|
|
9
|
+
from get_secrets import get_secret
|
|
10
10
|
|
|
11
11
|
data = get_secret(<id>)
|
|
12
12
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: get_hc_secrets
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3
|
|
4
4
|
Summary: A package to read secrets from Hashicorp vault
|
|
5
5
|
Home-page: https://github.com/xmayeur/getSecrets
|
|
6
6
|
Author: Xavier Mayeur
|
|
@@ -19,12 +19,12 @@ Requires-Dist: requests
|
|
|
19
19
|
# getSecrets package
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
getSecrets is a simple package that reads
|
|
22
|
+
getSecrets is a simple package that reads from the 'secret' repository of a Hashicorp vault
|
|
23
23
|
|
|
24
24
|
usage:
|
|
25
25
|
|
|
26
26
|
```
|
|
27
|
-
from
|
|
27
|
+
from get_secrets import get_secret
|
|
28
28
|
|
|
29
29
|
data = get_secret(<id>)
|
|
30
30
|
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|