ambassador-auth-httpbasic
ambassador-auth-httpbasic copied to clipboard
HTTP Basic Authentication for Ambassador API Gateway
From my understanding, "check_auth" keeps fetching the variable "global users" in the flask main threads, while "load_users" modifies it in a separate thread. Since "load_users" is not called very frequently,...
The "shasum -a 256" in: export PREPARED_PASSWORD=$(printf "hunter2" | shasum -a 256 | head -c 64 | openssl base64 -A) did not work as "shasum" could not be found. No...
The unit tests do not cover going through the entire path involving Ambassador itself. We need an end-to-end test suite that helps verify everything is good. This should be run...
It is sometimes the case that you only want to protect a subset of paths and domains coming into the API gateway, for example, because you want to serve a...