Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Pittsburgh, PA
- Sign in to view email
- https://www.sethvargo.com
Pinned
1,294 contributions in the last year
Activity overview
Contributed to
google/exposure-notifications-server,
GoogleCloudPlatform/berglas,
GoogleCloudPlatform/github-actions
and 5 other
repositories
Contribution activity
June 2020
Created a pull request in google/exposure-notifications-server that received 8 comments
Move test steps into make targets
This makes the presubmit script a bit "dumber" and moves some of the logic into a shared Makefile, giving more flexibility for running locally. It …
+234
−127
•
8
comments
- Add debug endpoints on export
- Remove gcr-cleaner
- Handle errors returned from Azure setup
- Enable both storage APIs and wait before gcr-cleaner
- Fix data race in setup tests
- Update deploy docs to note git-sha
- Remove unused db struct tags
- Don't log passwords
- Use correct generate variable in Terraform
- Update envconfig to fix nested struct passing mutator funcs
- Switch to git-sha based deployments
- Add security policy
- Remove monolith
- Remove min latency handler from integ
- Add interfaces for getting objects via the blobstore
- Add initial e2e framework
- Minor changes to support e2e testing
- Move monolith into tools
- Enable cloudresourcemanager.googleapis.com in Terraform
- Gracefully stop servers on interrupt
- Use custom envconfig resolver, decouple secrets
- Make AppPackageName and BundleID case-insensitive
- Does this make CI run faster?
- Add Azure KeyVault signing support
- Add Azure Blobstore implementation
- Some pull requests not shown.
- Add comments around aud specification.
- Add debug endpoints on export
- Use JWT 'kid' header to identify public key
- include end time in export filenames
- Adding Publish - Export integration test.
- Add example for issuing a verification certificate.
- Add keyvault specific authorizer for Azure signing client
- Add documentation for publishing, retrieving keys.
- Don't log passwords
- Update envconfig to fix nested struct passing mutator funcs
- Iam auth
- Move to single cache impl.
- fix(signing): add configuration option for azure key vault
- Factor out cache implementation to standalone package.
- Fix reference to verification_protocol.md
- Use custom envconfig resolver, decouple secrets
- Accept, but embargo currently valid keys
- Gracefully stop servers on interrupt
- Initial implementation of integration_util.
- refactor API definitions to PKG instead of internal so they can be in…
- Make AppPackageName and BundleID case-insensitive
- [master] Format markdown
- increase padding test size. prow test environment has less entropy (i…
- add health authority configuration to admin console
- let setups tests pass if you have any secret:// in your env
- Some pull request reviews not shown.
Created an issue in uber-go/zap that received 7 comments
MarshalLogObject is not respected when nested
Given the following: type A struct { Name string } func (a *A) MarshalLogObject(enc zapcore.ObjectEncoder) error { return enc.AddString("name", "nope"
7
comments
4
contributions
in private repositories
Jun 4 – Jun 11