summaryrefslogtreecommitdiff
path: root/share/man/ENVOY.md
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-26 16:05:33 -0600
committermo khan <mo@mokhan.ca>2025-05-26 16:05:33 -0600
commite56153aec78aae824df0cafc0f9c7004ae19a746 (patch)
treea2dbe2adbe853c444d9d7c2cfa5c18f93a1db18f /share/man/ENVOY.md
parent60563fbfb48a97d1fbfe495c03176aae02bd81d5 (diff)
docs: add references section
Diffstat (limited to 'share/man/ENVOY.md')
-rw-r--r--share/man/ENVOY.md16
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
+