Add missing log line (#448)

This commit is contained in:
Seth Vargo 2024-10-01 09:04:12 -05:00 committed by GitHub
parent c8788cc4c5
commit d1b27fe5c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

6
package-lock.json generated
View File

@ -1415,9 +1415,9 @@
}
},
"node_modules/micromatch": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
"integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -96,6 +96,7 @@ export class WorkloadIdentityFederationClient extends Client implements AuthClie
logger.debug(`Built request`, {
method: `POST`,
path: pth,
headers: headers,
body: body,
});