Skip to content

Commit 6d58e80

Browse files
authored
Merge pull request #53 from danxg87/dgeorge/issue_52/config_secrets
Enable use of encrypted secrets within the pack config
2 parents 93115e4 + fbeded1 commit 6d58e80

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.4.3
4+
5+
- Enable use of encrypted KVs in pack config schema
6+
37
## 3.4.2
48

59
- Updated spec as per v4.0
@@ -34,11 +38,11 @@
3438

3539
## 3.0.5
3640

37-
- Bug fix: Tags fields need additional translation when modifying
41+
- Bug fix: Tags fields need additional translation when modifying
3842

3943
## 3.0.4
4044

41-
- Bug fix: PATCH requests don't need all the fields to be required
45+
- Bug fix: PATCH requests don't need all the fields to be required
4246

4347
## 3.0.3
4448

config.schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ api_token:
88
description: "API Token to use against the API"
99
type: "string"
1010
required: true
11+
secret: true
1112

1213
use_https:
1314
description: "Use HTTPS when contacting the API"
@@ -33,3 +34,4 @@ sensor_secret:
3334
description: "When provided, will force request signature verification using the provided secret value."
3435
type: "string"
3536
default: ""
37+
secret: true

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- networking
77
- ipam
88
- dcim
9-
version: 3.4.2
9+
version: 3.4.3
1010
python_versions:
1111
- "3"
1212
author: John Anderson, Jefferson White

0 commit comments

Comments
 (0)