-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable RevConfig #3111
Configurable RevConfig #3111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 7 of 7 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @juagargi)
go/beacon_srv/internal/config/config.go, line 50 at r1 (raw file):
DefaultExpiredCheckInterval = 200 * time.Millisecond // DefaultRevTTL is the default revocation TTL. DefaultRevTTL = 10 * time.Second
use path_mgmt.MinRevTTL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @oncilla)
go/beacon_srv/internal/config/config.go, line 50 at r1 (raw file):
Previously, Oncilla wrote…
use
path_mgmt.MinRevTTL
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
The values in ifstate.RevConfig are now configurable via beacon server config file.
The values in
ifstate.RevConfig
are now configurable viaBSConfig
.Also adapt/add UTs.
This change is