1
0
Fork 0
telegraf/plugins/secretstores/http/testcases/plain-list-simple/secrets.json

18 lines
306 B
JSON
Raw Normal View History

[
{
"user": "user_1",
"secret": "password A"
},
{
"user": "user 2",
"secret": "password-B"
},
{
"user": "user@company.com",
"secret": "my$3cR3T"
},
{
"user": "user %with% $trAng€ characters",
"secret": ""
}
]