Gary Belvin
Gary Belvin
The command line client currently forces users to go through an OAuth flow for every update. This could be improved by saving the OAuth refresh token locally, so users would...
#722 and #741 Make an initial crack at a discovery protocol by publishing and reading verification data on a standard URL: `v1/domain/info`
Here's the URL of the main package: https://github.com/google/keytransparency/blob/master/cmd/keytransparency-monitor/main.go The objective is to show a list of Key Transparency revisions, and whether the monitor was able to fully verify them. I...
Your first error is a bug that #1169 fixes. at `/` we provide some json endpoints, yes, but I think we also want to have a home page that returns...
Why don't I finish #804 since I have a bit more context on it. Do you want to try #643 or any of the other [HelpWanted](https://github.com/google/keytransparency/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) issues?
That looks beautiful! On Sun, Feb 10, 2019 at 8:37 PM Daz Wilkin wrote: > [image: image] > > > Something like this? > > 1. > > Revise docker-compose.yml...
Yes, this is important. (And thank you for all of your prior contributions!) Clients currently use a static duration for controlling how often to enqueue new mutations while they are...
A few gossip proposals are in the works, but they're still works in progress
API Cleanup Actions: - [x] Rename `Epoch` with `Revision` for consistency with the Trillian Map. - [x] Rename `Domain` with `Tree` for clarity
Hi, Pruning is something we're thinking about. Trillian Logs are typically sharded by the expiry of certificate certificates so they have a natural end of life. Trillian Maps are still...