astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.15k stars 142 forks source link

Add basic support for GCP auth #51

Closed johnpoth closed 4 years ago

johnpoth commented 4 years ago

This adds basic support for kubebox to authenticate via Google Cloud Platform (GCP) #50
I've changed the way authentication was implemented. Now providers are called and can modify outgoing HTTP request through the provideAuth method. This should make it easier to add other providers in the future.

This PR still has some limitations:

Thanks!

johnpoth commented 4 years ago

Thanks for reviewing. PR updated!

johnpoth commented 4 years ago

Updated the PR, thanks!

astefanutti commented 4 years ago

Thanks!