lyft / python-blessclient

Python client for fetching BLESS certificates
Apache License 2.0
114 stars 39 forks source link

Are you guys aware of anything similar to this for Google Cloud Platform ? #22

Open ellipticasec opened 7 years ago

ellipticasec commented 7 years ago

Anything similar for GCP ?

Stype commented 7 years ago

It would be straightforward to add GCP support to blessclient, but I haven't heard of anyone porting the bless lambda to GCP (would be fairly straightforward, I think). If anyone wants to port the lambda to a cloud function, I could get the client working pretty quickly.

gjyoung1974 commented 6 years ago

@ellipticasec I'm late to this thread but, did you find a solution? Also, the cloudtools project has an SSH-CA that runs as a container: https://github.com/cloudtools/ssh-cert-authority Maybe this is even more straightforward to integrate with GCP's IAM? Since it's container vs Lambda? ~G

myoung34 commented 6 years ago

There are other tools like Pritunl zero that can do SSH certs via CA as well: https://medium.com/@pritunl/pritunl-zero-ssh-access-released-7924ef299fd7