Skip to content

Commit

Permalink
Testing almost done-2
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 7f34fe0 commit 675f0de
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 @@ -197,7 +197,7 @@ func (r *reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu
log.Error(err, "Spire auth didnt work")
}

vaultAddr := "http://172.18.0.2:8200"
vaultAddr := "http://10.146.0.21:8200"

clientToken, err := authenticateToVault(vaultAddr, jwtSVID.Marshal(), "dev")
if err != nil {
Expand Down

0 comments on commit 675f0de

Please sign in to comment.