Skip to content

Commit

Permalink
fix: enableunixSockets when pulling secret
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi committed Sep 17, 2024
1 parent aedc380 commit 1e54cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daemon-commander.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export class DaemonCommander {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const response = await (got as any).post(url, {
body: value,
enableUnixSockets: true,
throwHttpErrors: false,
retry: {
limit: 0,
Expand Down

0 comments on commit 1e54cee

Please sign in to comment.