login.go discards logs by default
Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
parent
ab94b97f4a
commit
71e38d232e
@ -196,6 +196,7 @@ func Login(issuer string, clientID string, opts ...Option) (*oidctypes.Token, er
|
||||
cache: &nopCache{},
|
||||
callbackPath: "/callback",
|
||||
ctx: context.Background(),
|
||||
logger: logr.Discard(), // discard logs unless a logger is specified
|
||||
callbacks: make(chan callbackResult),
|
||||
httpClient: http.DefaultClient,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user