Skip to content

Commit

Permalink
Some testing
Browse files Browse the repository at this point in the history
Signed-off-by: PrimalPimmy <Prashant20.pm@gmail.com>
  • Loading branch information
PrimalPimmy committed Jul 1, 2024
1 parent 693e806 commit 2b71e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/pkg/reconcilers/spire-bootstrap/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2b71e10

Please sign in to comment.