Skip to content

Commit

Permalink
fix(templates): Added sensitive: true to password settings in templ…
Browse files Browse the repository at this point in the history
…ates (#2375)
  • Loading branch information
edgarrmondragon authored Apr 16, 2024
1 parent 1986ba4 commit 4f07b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ plugins:
- name: username
- name: password
kind: password
sensitive: true
- name: start_date
value: '2010-01-01T00:00:00Z'
loaders:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ plugins:
- name: username
- name: password
kind: password
sensitive: true
- name: start_date
value: '2010-01-01T00:00:00Z'

0 comments on commit 4f07b67

Please sign in to comment.