Skip to content

Commit d5f4934

Browse files
committed
Enable use of encrypted secrets within the pack config
1 parent 93115e4 commit d5f4934

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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

0 commit comments

Comments
 (0)