Skip to content

Commit 9b239b2

Browse files
authored
Set missing secrets for fleet_configurable fields in cloudera, mongo, silverstripe_cms (DataDog#22654)
1 parent 0016eb9 commit 9b239b2

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

cloudera/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ files:
1919
Console in the `Workload Password`.
2020
fleet_configurable: true
2121
required: true
22+
secret: true
2223
value:
2324
type: string
2425
- template: init_config/default

mongo/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ files:
697697
description: |
698698
Specify the MongoDB URI, with database to use for reporting (defaults to "admin")
699699
E.g. mongodb://datadog:LnCbkX4uhpuLHSUrcayEoAZA@localhost:27016/admin
700+
secret: true
700701
value:
701702
example: mongodb://<USER>:<PASSWORD>@<HOST>:<PORT>/<DB_NAME>
702703
display_default: null

silverstripe_cms/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ files:
4646
fleet_configurable: true
4747
required: true
4848
description: "Silverstripe Database Password."
49+
secret: true
4950
value:
5051
type: string
5152
example: "<PASSWORD>"

0 commit comments

Comments
 (0)