You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Compiling from source and running the binary](#compiling-from-source-and-running-the-binary)
53
-
-[/login and /logout endpoint redirection](#-login-and--logout-endpoint-redirection)
54
+
-[/login and /logout endpoint redirection](#login-and-logout-endpoint-redirection)
54
55
-[Troubleshooting, Support and Feature Requests](#troubleshooting-support-and-feature-requests-read-this-before-submitting-an-issue-at-github)
55
56
(Read this before submitting an issue at GitHub)
56
-
-[I'm getting an infinite redirect loop which returns me to my IdP (Google/Okta/GitHub/...)](#i-m-getting-an-infinite-redirect-loop-which-returns-me-to-my-idp--google-okta-github--)
57
-
-[Okay, I looked at the issues and have tried some things with my configs but it's still not working](#okay--i-looked-at-the-issues-and-have-tried-some-things-with-my-configs-but-it-s-still-not-working)
57
+
-[I'm getting an infinite redirect loop which returns me to my IdP (Google/Okta/GitHub/...)](#im-getting-an-infinite-redirect-loop-which-returns-me-to-my-idp-googleoktagithub)
58
+
-[Okay, I looked at the issues and have tried some things with my configs but it's still not working](#okay-i-looked-at-the-issues-and-have-tried-some-things-with-my-configs-but-its-still-not-working)
58
59
-[Contributing to Vouch Proxy](#contributing)
59
60
-[Advanced Authorization Using OpenResty](#advanced-authorization-using-openresty)
60
61
-[The flow of login and authentication using Google Oauth](#the-flow-of-login-and-authentication-using-google-oauth)
@@ -145,7 +146,7 @@ server {
145
146
# forward authorized requests to your service protectedapp.yourdomain.com
146
147
proxy_pass http://127.0.0.1:8080;
147
148
# you may need to set these variables in this block as per https://github.com/vouch/vouch-proxy/issues/26#issuecomment-425215810
@@ -251,7 +252,7 @@ The variable `VOUCH_CONFIG` can be used to set an alternate location for the con
251
252
All Vouch Proxy configuration items are documented in [config/config.yml_example](https://github.com/vouch/vouch-proxy/blob/master/config/config.yml_example)
252
253
253
254
-[Cacheing of the Vouch Proxy `/validate` response in Nginx](https://github.com/vouch/vouch-proxy/issues/76#issuecomment-464028743)
254
-
-[Handleing`OPTIONS` requests when protecting an API with Vouch Proxy](https://github.com/vouch/vouch-proxy/issues/216)
255
+
-[Handling`OPTIONS` requests when protecting an API with Vouch Proxy](https://github.com/vouch/vouch-proxy/issues/216)
255
256
-[Validation by GitHub Team or GitHub Org](https://github.com/vouch/vouch-proxy/pull/205)
256
257
-[Running VP on a Raspberry Pi using the ARM based Docker image](https://github.com/vouch/vouch-proxy/pull/247)
257
258
-[Kubernetes architecture post ingress](https://github.com/vouch/vouch-proxy/pull/263#issuecomment-628297832)
@@ -332,6 +333,8 @@ an `alpine` based container built from `Dockerfile.alpine`
332
333
-`quay.io/vouch/vouch-proxy:alpine-latest`
333
334
-`quay.io/vouch/vouch-proxy:alpine-x.y.z`
334
335
336
+
As of `v0.43.0` both of these images are [Multi-platform builds](https://docs.docker.com/build/building/multi-platform/) supporting `linux/amd64` and `linux/arm64`.
337
+
335
338
Vouch Proxy `arm` images are available on [Docker Hub](https://hub.docker.com/r/voucher/vouch-proxy/)
0 commit comments