Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankram committed Oct 30, 2023
1 parent ace5f06 commit 7831de1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/server/plugin/nodeattestor/azuremsi/msi.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ func (p *MSIAttestorPlugin) Configure(_ context.Context, req *configv1.Configure
}

// If credentials are not configured then selectors won't be gathered.
// TODO: make this an error condition in a future release
if client == nil {
return nil, status.Errorf(codes.Internal, "no client credentials available for tenant %q", tenantID)
}
Expand Down

0 comments on commit 7831de1

Please sign in to comment.