We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1041ba commit 427cde2Copy full SHA for 427cde2
1 file changed
pkg/authorization/delegated/authorizer.go
@@ -46,7 +46,7 @@ func (d *Options) defaults() {
46
d.AllowCacheTTL = 5 * time.Minute
47
}
48
if d.DenyCacheTTL == 0 {
49
- d.DenyCacheTTL = 30 * time.Second
+ d.DenyCacheTTL = 5 * time.Second
50
51
52
0 commit comments