Skip to content

Commit 87c35b3

Browse files
authored
Mark http auth_token as a secret in spec.yaml (DataDog#22489)
* Mark the http auth_token as a secret in configs. * Update changelog.
1 parent 5cb57bf commit 87c35b3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • datadog_checks_dev
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Mark the http auth_token as a secret in spec.yaml.

datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/http.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
type: string
164164
description: Set the path to your Kerberos key tab file.
165165
- name: auth_token
166+
secret: true
166167
value:
167168
example:
168169
reader:

0 commit comments

Comments
 (0)