diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/ENVOY.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/man/ENVOY.md b/share/man/ENVOY.md index 1f4dd51..dad2b1c 100644 --- a/share/man/ENVOY.md +++ b/share/man/ENVOY.md @@ -590,3 +590,19 @@ func (svc *CheckService) Denied(ctx context.Context) *auth.CheckResponse { // ... } ``` + +## References + +* [Envoy Proxy](https://www.envoyproxy.io/) +* [`envoy.filters.http.oauth2`](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/oauth2_filter.html) +* [`envoy.filters.http.jwt_authn`](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/jwt_authn/v3/config.proto) +* [`envoy.filters.http.ext_authz`](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto) +* [`envoy.filters.http.router`](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/router/v3/router.proto) +* [Sparkle](https://gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled) + * https://gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/-/merge_requests/3 + * https://gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/-/merge_requests/4 + * https://gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/-/merge_requests/6 + * https://gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/-/merge_requests/7 + * https://gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/-/merge_requests/8 + * https://gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/-/merge_requests/9 + |
