Skip to content

Commit

Permalink
Update pkg/auth/token_provider.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
  • Loading branch information
akagami-harsh and pierDipi committed Oct 12, 2023
1 parent b59c9d3 commit bcd8fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/token_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

const (
expirationBufferTime = time.Second * 300
expirationBufferTime = 5 * time.Minute
)

type OIDCTokenProvider struct {
Expand Down

0 comments on commit bcd8fa2

Please sign in to comment.