You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To not reveal sensitive Data accept Datatype Sensitive[String] for Passwords.
Motivation for this is: Authors of Profilemodules should not be bothered with dealing with Datatype Sensitive. Componentmodules (like zabbix) should take Care of this.
@Valantin@cocker-cc I did a PR with this change previously (#857) but it never moved forward. I’ll try to rebase with master and propose the changes, but it might be a lot of work, and might be easier to start from scratch… I’m not sure
To not reveal sensitive Data accept Datatype
Sensitive[String]
for Passwords.Motivation for this is: Authors of Profilemodules should not be bothered with dealing with Datatype
Sensitive
. Componentmodules (likezabbix
) should take Care of this.Examples:
The text was updated successfully, but these errors were encountered: