From e56153aec78aae824df0cafc0f9c7004ae19a746 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 26 May 2025 16:05:33 -0600 Subject: docs: add references section --- share/man/ENVOY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 + -- cgit v1.2.3