mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-27 22:48:22 +08:00
add client for netmaker exporter
This commit is contained in:
parent
bcaf009cd7
commit
a751b4fbd0
1 changed files with 9 additions and 1 deletions
|
|
@ -1,13 +1,21 @@
|
||||||
{
|
{
|
||||||
"clients": [{
|
"clients": [{
|
||||||
"username": "Netmaker-Admin",
|
"username": "Netmaker-Admin",
|
||||||
"textName": "Dynsec admin user",
|
"textName": "netmaker admin user",
|
||||||
"password": "T42rorlC/mAP+i19g/YqMlWShPpfo8F/nBz2ZQNRcjAnfczrgu4rIQam9z7T/87NBIHxqR1wMlCIvRN5JApHcw==",
|
"password": "T42rorlC/mAP+i19g/YqMlWShPpfo8F/nBz2ZQNRcjAnfczrgu4rIQam9z7T/87NBIHxqR1wMlCIvRN5JApHcw==",
|
||||||
"salt": "lHl24sEf+lJ/kFHk",
|
"salt": "lHl24sEf+lJ/kFHk",
|
||||||
"iterations": 101,
|
"iterations": 101,
|
||||||
"roles": [{
|
"roles": [{
|
||||||
"rolename": "admin"
|
"rolename": "admin"
|
||||||
}]
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "netmaker-exporter",
|
||||||
|
"textName": "netmaker metrics exporter",
|
||||||
|
"password": "yl7HZglF4CvCxgjPLLIYc73LRtjEwp2/SAEQXeW5Ta1Dl4RoLN5/gjqiv8xmue+F9LfRk8KICkNbhSYuEfJ7ww==",
|
||||||
|
"salt": "veLl9eN02i+hKkyT",
|
||||||
|
"iterations": 101,
|
||||||
|
"roles": []
|
||||||
}],
|
}],
|
||||||
"roles": [{
|
"roles": [{
|
||||||
"rolename": "admin",
|
"rolename": "admin",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue