Skip to content

Commit

Permalink
Merge pull request #266 from xmidt-org/hotfix/trust-defaults
Browse files Browse the repository at this point in the history
updated trust defaults
  • Loading branch information
schmidtw authored Nov 22, 2024
2 parents 96c7936 + 491e51d commit 1989060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions token/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (

const (
DefaultTrustLevelNoCertificates = 0
DefaultTrustLevelExpiredUntrusted = 100
DefaultTrustLevelExpiredTrusted = 1000
DefaultTrustLevelUntrusted = 1000
DefaultTrustLevelExpiredUntrusted = 0
DefaultTrustLevelExpiredTrusted = 500
DefaultTrustLevelUntrusted = 0
DefaultTrustLevelTrusted = 1000
)

Expand Down

0 comments on commit 1989060

Please sign in to comment.