Skip to content

Commit

Permalink
(restic) convert id, key, and password params to Sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 1, 2024
1 parent 3e6aba1 commit b8aa000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/fixtures/hieradata/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ lookup_options:
convert_to: "Sensitive"
'^profile::ccs::file_transfer::secret$':
convert_to: "Sensitive"
'^restic::(id|key|password)$':
convert_to: "Sensitive"
ccs_database::database: "comcamdbprod"
ccs_database::password: "foo"
foreman_proxy::plugin::dns::route53::aws_access_key: "foo"
Expand Down

0 comments on commit b8aa000

Please sign in to comment.