From 2b71e10a907ba9ebd0c16a4978dad207bdf016ab Mon Sep 17 00:00:00 2001 From: PrimalPimmy Date: Mon, 1 Jul 2024 15:02:30 +0530 Subject: [PATCH] Some testing Signed-off-by: PrimalPimmy --- controllers/pkg/reconcilers/spire-bootstrap/reconciler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/pkg/reconcilers/spire-bootstrap/reconciler.go b/controllers/pkg/reconcilers/spire-bootstrap/reconciler.go index 373177f4..088930ff 100644 --- a/controllers/pkg/reconcilers/spire-bootstrap/reconciler.go +++ b/controllers/pkg/reconcilers/spire-bootstrap/reconciler.go @@ -164,7 +164,7 @@ func (r *reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu // // Example: Update the status if necessary - socketPath := "unix:///run/spire/sockets/agent.sock" + socketPath := "unix:///spiffe-workload-api/agent.sock" clientOptions := workloadapi.WithClientOptions(workloadapi.WithAddr(socketPath)) jwtSource, err := workloadapi.NewJWTSource(ctx, clientOptions)