This new function allows netlify to process the form's notification hook
itself and post to slack without zapier.
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
- some were false positives where the react components I had made were
not working with the checker. (CLI and Builtins refs)
- Others related to pages moved around etc, pages that used to be
headings and so on.
- also address gtag loading issue by correctly configure via plugin.
From now, a broken anchor is fatal at build time.
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
* website: Build prod Regal content from main
This is because the content for Regal is managed in another repo and so
we must be able to update it without an OPA release.
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
* docs: Update regal docs from v0.37.0
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
---------
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
https://app.netlify.com/projects/openpolicyagent/deploys/6908b1fae94d6a0007407fd6
Addresses these two issues:
1:45:52 PM: npm warn deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
1:45:52 PM: npm warn deprecated gauge@3.0.2: This package is no longer supported.
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
Some are runtime generated in the report and so are false positives. But
there are still others that need to be addressed, this is just the easy
ones.
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
While the static binaries will not go away, let's steer people towards
the binaries with less confusing names, now that we (are going to) have
them.
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
* Adds ecosystem project Moat
Moat is an OPA control plane project specifically for managing access to data. The
first target system is Trino, with many future target systems including those which
do not directly support OPA.
Signed-off-by: jcoenraadts <joel@bytelab.com>
* Changes reserved name "OPA Control Plane" to "Data Control Plane"
This change is to avoid confusion with the officially released OPA Control Plane
Signed-off-by: jcoenraadts <joel@bytelab.com>
---------
Signed-off-by: jcoenraadts <joel@bytelab.com>
Co-authored-by: jcoenraadts <joel@bytelab.com>
In previous version of the docs, S3 and git were listed as separate,
supported types of datasources, which was unclear. Added changes state that there
is only one type supported, extend example how to use it and add link
to Secrets section.
Signed-off-by: Igor Rodzik <igor.rodzik@gmail.com>
* docs/policy-performance: remove "n/a" in "Reason", add naked ref
Upon reading this again, I found it confusing. I think it's slightly
less so now.
Also adds a row for the lonely statements supported in the next release.
* docs: integrate data filtering docs
This is everything we've had in EOPA, with updated cross-references,
updated annotations (custom -> compile) and headers.
This is work done in another repository, so I'll collect co-authors on
this commit message's trailers.
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
Co-authored-by: Philip Conrad <philip@chariot-chaser.net>
Co-authored-by: Chris Hendrix <chendrix@users.noreply.github.com>
We have more extensive docs to port over, but this isn't the right place
for those. So let's get these in first.
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
Co-authored-by: Charlie Egan <git@charlieegan3.com>
The previous rego policy snippet wasn't valid. It's got to be a query,
either referencing a rule defined in one of the sources, or an inline
query like in the updated example.
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
I wasn't able to find an arm64 variant of docker.io/openpolicyagent/opa:latest-envoy, but I was able to find it for docker.io/openpolicyagent/opa:latest-envoy-static.
I was able to go through this tutorial with a newer version of kind, so I thought I'd update that version, too.
Signed-off-by: Charlie Le <charlie_le@apple.com>