Skip to content

Commit

Permalink
docs: mention who created OPA and who owns it (#4414)
Browse files Browse the repository at this point in the history
These are two common questions that come up and we do not mention this
anywhere else in the docs.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
  • Loading branch information
tsandall committed Mar 8, 2022
1 parent 5dddefb commit 1164094
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ code and simple APIs to offload policy decision-making from your software. You
can use OPA to enforce policies in microservices, Kubernetes, CI/CD pipelines,
API gateways, and more.

OPA was originally created by [Styra](https://www.styra.com) and is proud to be
a graduated project in the [Cloud Native Computing Foundation
(CNCF)](https://www.cncf.io/) landscape. For details read the CNCF
[announcement](https://www.cncf.io/announcements/2021/02/04/cloud-native-computing-foundation-announces-open-policy-agent-graduation/).

Read this page to learn about the core concepts in OPA's policy language
([Rego](policy-language)) as well as how to download, run, and integrate OPA.

Expand Down Expand Up @@ -780,7 +785,7 @@ You can also download and run OPA via Docker. The latest stable image tag is

#### Checksums

Checksums for all binaries are available in the download path by appending `.sha256` to the binary filename.
Checksums for all binaries are available in the download path by appending `.sha256` to the binary filename.
Verify the macOS binary checksum:

```shell
Expand Down

0 comments on commit 1164094

Please sign in to comment.