Skip to content

Commit a8b14dc

Browse files
committed
fix: enableunixSockets when pulling secret
Signed-off-by: lstocchi <lstocchi@redhat.com>
1 parent 8f7687e commit a8b14dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/daemon-commander.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export class DaemonCommander {
129129
// eslint-disable-next-line @typescript-eslint/no-explicit-any
130130
const response = await (got as any).post(url, {
131131
body: value,
132+
enableUnixSockets: true,
132133
throwHttpErrors: false,
133134
retry: {
134135
limit: 0,

0 commit comments

Comments
 (0)