summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-04-22 22:28:44 -0400
committerJesse Luehrs <doy@tozt.net>2022-04-22 22:28:44 -0400
commit52029e7ffec17d80eca694a069a2d948521277a4 (patch)
treed65e6164bc2dc63a00dd6ea531cf303c5dad73e6
parentf78d8615f72c3afbb60b01b575cdb20bd8b3e376 (diff)
downloadresume-master.tar.gz
resume-master.zip
text tooHEADmaster
-rw-r--r--resume.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/resume.txt b/resume.txt
index ea898c8..15edfbf 100644
--- a/resume.txt
+++ b/resume.txt
@@ -23,10 +23,11 @@ January 2015 - June 2021
Confidant (https://lyft.github.io/confidant/) for secrets storage and
distribution, giving us much more control over which people and machines had
access to our secrets.
-- Implemented an authentication service which allowed users to sign arbitrary
- data as their own identity in a way that machines could independently verify.
- This allowed us to remove almost all use of GPG at Stripe, which eliminated a
- large class of tooling issues related to deployments.
+- Implemented an authentication service in go which allowed users to sign
+ arbitrary data as their own identity in a way that machines could
+ independently verify. This allowed us to remove almost all use of GPG at
+ Stripe, which eliminated a large class of tooling issues related to
+ deployments.
- Contributed to importing all of our low level infrastructure which had
originally been set up via custom tooling (or by hand) into Terraform,
allowing us to (mostly) automate creation of new AWS accounts.