add notes on env vars

This commit is contained in:
Rahul Vaidya 2022-07-25 19:27:36 -07:00
parent 32fad472b0
commit b4f44bf8de

View file

@ -363,7 +363,10 @@ You'll need apache2-utils on the machine where you plan to create the htpasswd f
### vouch-proxy Authentication Support ### vouch-proxy Authentication Support
You can also secure your virtual hosts by using the auth_request nginx module in conjunction with the authentication proxy [vouch-proxy](https://github.com/vouch/vouch-proxy) You can also secure your virtual hosts by using the auth_request nginx module in conjunction with the authentication proxy [vouch-proxy](https://github.com/vouch/vouch-proxy).
Set the following variables on the container you want secured:
VOUCH_INTERNAL_LOCATION - private URL to your vouch-proxy instance, to perform validations again
VOUCH_EXTERNAL_LOCATION - public URL to your vouch-proxy instance
```yaml ```yaml
authtest: authtest: