Skip to content

Commit fc15b2b

Browse files
committed
grafana tokens removed
1 parent b7df553 commit fc15b2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/docker/auth/chronos_npm_package/controllers/utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ const helpers = {
373373
headers: {
374374
'Accept':'application/json',
375375
// 'Content-Type': 'application/json',
376-
'Authorization': 'Bearer glsa_BjlCNL11BPPDzZIwOlK5w9698getAOIa_2409eafb'
376+
'Authorization': token
377377
},
378378
});
379379
// console.log('utilities.getGrafanaDatasource line 379:', datasourceResponse);

examples/docker/client/chronos_npm_package/controllers/utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ const helpers = {
374374
headers: {
375375
'Accept':'application/json',
376376
'Content-Type': 'application/json',
377-
'Authorization': 'Bearer glsa_BjlCNL11BPPDzZIwOlK5w9698getAOIa_2409eafb'
377+
'Authorization': token
378378
},
379379
});
380380
console.log('utilities.getGrafanaDatasource line 379:', datasourceResponse);

0 commit comments

Comments
 (0)