Remove debug log of Nomad token
Signed-off-by: josh <josh.timmons@hashicorp.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-nomad-backend': patch
|
||||
---
|
||||
|
||||
Fix to remove debug log of token
|
||||
@@ -92,8 +92,6 @@ export async function createRouter(
|
||||
// Get job ID
|
||||
const jobID = (req.params.job_id as string) ?? '';
|
||||
|
||||
logger.info(`token: ${token}`);
|
||||
|
||||
// Issue the request
|
||||
const apiResp = await fetch(
|
||||
`${addr}/v1/job/${jobID}/versions?namespace=${encodeURIComponent(
|
||||
|
||||
Reference in New Issue
Block a user