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 2b71e10 commit 4d55078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/pkg/reconcilers/spire-bootstrap/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package bootstrapsecret

import (
"context"
"fmt"

reconcilerinterface "github.com/nephio-project/nephio/controllers/pkg/reconcilers/reconciler-interface"
"github.com/spiffe/go-spiffe/v2/workloadapi"
Expand Down Expand Up @@ -184,7 +185,7 @@ func (r *reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu
log.Info("Unable to fetch JWT-SVID: %v", err)
}

log.Info("Fetched JWT-SVID: %s\n", jwtSVID.Marshal())
fmt.Printf("Fetched JWT-SVID: %v\n", jwtSVID.Marshal())
if err != nil {
log.Error(err, "Spire auth didnt work")
}
Expand Down

0 comments on commit 4d55078

Please sign in to comment.