policy
Here are 456 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
We have a file pkg/policy/defaultRules.yaml - which is the source of truth for the default rules in users' policies.
It's very important we don't break it, therefore - better testing is required.
A quick win would be to test and validate the structure of the yaml
Describe the solution you'd like
Add a test file **pkg/pol
-
Updated
Feb 16, 2022 - Sass
-
Updated
Feb 15, 2021
-
Updated
Apr 25, 2022 - C
-
Updated
Jul 11, 2021 - HTML
-
Updated
Mar 3, 2022 - AGS Script
-
Updated
Apr 15, 2022
-
Updated
Apr 21, 2022
-
Updated
Dec 25, 2020 - Python
The devcontainer presently does not use our docker scripts (scripts/docker_run, and scripts/fix_docker_user_and_run), instead mirroring their behavior in regards to user permissions: https://github.com/project-oak/oak/blob/bd071bad6822ec83d7b27a4abd0c2ee78a4d8915/.devcontainer.json#L23
It would be nice if the docker container would instead use (parts of) these scripts. This would allow it to ma
-
Updated
Apr 25, 2022 - Python
-
Updated
Apr 25, 2022
-
Updated
Apr 23, 2022 - Java
-
Updated
Apr 22, 2022 - Go
-
Updated
Feb 28, 2022 - Go
-
Updated
Apr 24, 2022 - Open Policy Agent
-
Updated
Apr 25, 2022 - C++
Feature Request
Short Description
Currently, the GRPC server port [is a configuration](https://github.com/kubearmor/KubeArmor/blob/bf39613c0c01e986d3e77d2f46a59c526cbf5907/KubeArmor/config/config.go#L79) and the default value is 32767.
This works fine on kubearmor in
When the server rebuilds the policy index and detects any errors, it only outputs a summary of the errors detected (failed to build index: missing imports=1, duplicate definitions=0, load failures=2). This is for two reasons:
- We expect users to always run
cerbos compileto catch any problems before pushing any policy changes live. - If there are too many errors, reporting them all in th
-
Updated
Aug 27, 2018 - HTML
-
Updated
Apr 23, 2022 - Go
-
Updated
Apr 25, 2022 - Go
-
Updated
Jun 13, 2020 - Go
-
Updated
Apr 25, 2022 - HTML
-
Updated
Feb 4, 2022 - Python
Improve this page
Add a description, image, and links to the policy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the policy topic, visit your repo's landing page and select "manage topics."
These two examples point to hardcoded playground URLs, https://play.openpolicyagent.org/p/ikesWCFIH8 and https://play.openpolicyagent.org/p/oL4Ofd1nQi.
They contain input documents that don't match the latest kubernetes schema, i.e.
"apiVersion": "admission.k8s.io/v1beta1".The