Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Basic Auth #27

Open
mosuka opened this issue Mar 27, 2020 · 1 comment
Open

Support Basic Auth #27

mosuka opened this issue Mar 27, 2020 · 1 comment

Comments

@mosuka
Copy link
Owner

mosuka commented Mar 27, 2020

Support Basic Auth.

@winwisely99
Copy link

winwisely99 commented Apr 10, 2020

You can do this with Envoy Btw if you want.

THis is just a suggestion, and its definitely not for everyone.

why do it ?
By putting all auth and authz at the envoy level the golang layer remains simple, and you dont reinvent the wheel and you centralise the Auth and Authz for situations where you need to stand up many MicroServices.

Nomad, kubernettes and gloo all use Envoy under the hood.

gloo just happens to give you a golang API though, and so can be used in different scenario's, which is flexible. It also runs on darwin, linux ( both AMD64 and AMR64).
I dont think nomad runs on ARM64 yet.

https://docs.solo.io/gloo/1.1.0/installation/gateway/nomad/

https://docs.solo.io/gloo/1.1.0/installation/gateway/docker-compose-consul/

https://docs.solo.io/gloo/1.1.0/installation/gateway/kubernetes/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants