Skip to content

Commit f434c10

Browse files
authored
Merge pull request #775 from puppetlabs/mark_password_as_sensitive
bug: mark password as sensitive in puppet_agent::install task
2 parents 22e07b9 + 86c4070 commit f434c10

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tasks/install.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
},
4949
"password": {
5050
"description": "The password to use when downloading from a source location requiring authentication",
51+
"sensitive": true,
5152
"type": "Optional[String]"
5253
}
5354
},

tasks/install_powershell.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
},
5050
"password": {
5151
"description": "The password to use when downloading from a source location requiring authentication",
52+
"sensitive": true,
5253
"type": "Optional[Sensitive[String[1]]]"
5354
}
5455
},

tasks/install_shell.json

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
},
5151
"password": {
5252
"description": "The password to use when downloading from a source location requiring authentication",
53+
"sensitive": true,
5354
"type": "Optional[Sensitive[String[1]]]"
5455
}
5556
},

0 commit comments

Comments
 (0)