Files
releases/docs/website/content/integrations/envoy-authorization.md
T
Charlie Egan 9bf54788f5 [docs] Move OPA ecosystem pages to site top-level (#6198)
* We are having trouble managing the complexity of having ecosystem pages shown in the versioned area of the OPA docs site (see website: link ecosystem from edge #6170)
* We have invested in the OPA ecosystem data recently and it makes sense to make it more prominent.
* The data in the OPA Ecosystem is harder to use when nested in docs as some Hugo functions are unavailable to nested sections.

This PR implements a solution by:

* Pages that were under /docs/version/ecosystem, /docs/version/integrations etc have been moved to /ecosystem and /integrations.
* Redirects have been created for the old pages in the netlify config.

Signed-off-by: Charlie Egan <charlie@styra.com>
2023-08-31 09:36:51 +01:00

2.0 KiB
Raw Blame History

title, subtitle, labels, software, tutorials, code, inventors, blogs, videos, docs_features
title subtitle labels software tutorials code inventors blogs videos docs_features
Container Network Authorization with Envoy Official OPA Envoy Integration
category layer
servicemesh network
envoy
https://github.com/tsandall/minimal-opa-envoy-example/blob/master/README.md
https://www.openpolicyagent.org/docs/latest/envoy-introduction/
https://github.com/open-policy-agent/opa-envoy-plugin
https://github.com/tsandall/minimal-opa-envoy-example
styra
https://blog.openpolicyagent.org/envoy-external-authorization-with-opa-578213ed567c
title speakers venue link
OPA at Scale: How Pinterest Manages Policy Distribution
name organization
Will Fu pinterest
name organization
Jeremy Krach pinterest
OPA Summit at Kubecon San Diego 2019 https://www.youtube.com/watch?v=LhgxFICWsA8
title speakers venue link
Deploying Open Policy Agent at Atlassian
name organization
Chris Stivers atlassian
name organization
Nicholas Higgins atlassian
OPA Summit at Kubecon San Diego 2019 https://www.youtube.com/watch?v=nvRTO8xjmrg
title speakers venue link
How Yelp Moved Security From the App to the Mesh with Envoy and OPA
name organization
Daniel Popescu yelp
name organization
Ben Plotnick yelp
Kubecon San Diego 2019 https://www.youtube.com/watch?v=Z6aN3Smt-9M
envoy rest-api-integration
note
The [opa-envoy-plugin](https://github.com/open-policy-agent/opa-envoy-plugin) project is the official integration for OPA and Envoy.
note
The [opa-envoy-plugin](https://github.com/open-policy-agent/opa-envoy-plugin) project uses the REST API to allow and deny requests routed via an Envoy proxy. Read about this integration in the [OPA Docs](https://www.openpolicyagent.org/docs/latest/envoy-introduction/).

Envoy is a networking abstraction for cloud-native applications. OPA hooks into Envoys external authorization filter to provide fine-grained, context-aware authorization for network or HTTP requests.