Skip to content

Commit

Permalink
Fix: Issue #7351 Increasing expiration buffer time of OIDCTokenProvid…
Browse files Browse the repository at this point in the history
…ers cache to 5 minuets

Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
  • Loading branch information
akagami-harsh committed Oct 12, 2023
1 parent 494ebb2 commit b59c9d3
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 * 30
expirationBufferTime = time.Second * 300
)

type OIDCTokenProvider struct {
Expand Down

0 comments on commit b59c9d3

Please sign in to comment.