Skip to content
#

policy

Here are 484 public repositories matching this topic...

senaas1995
senaas1995 commented Aug 1, 2022

Short description

We are using opa's discovery feature to dynamically download s3 bundles. Our policy file looks as shown below. This policy successfully downloads and activates "/main_bundle/authz.tar.gz".

package discovery

bundle_config := {
  "bundles": {
    "main": {
      "service": "s3_service",
      "resource": bundle_name
    },
  },
  "default_decision": "/aut
datree
noaabarki
noaabarki commented Feb 24, 2022

Describe the solution you'd like

Validate test commands arguments before Run. This pattern will allow us to governance behaviors such as flags/arguments validation in all commands. Additionally, this should make the code easier to understand and maintain.

Requirements
Golang basic level.

“How to Implement” suggestion

See [issue](datreeio/datree#4

enhancement good first issue up for grabs
Certified-Kubernetes-Security-Specialist

Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.

  • Updated Jun 14, 2022
  • AGS Script
opal
cerbos

Improve this page

Add a description, image, and links to the policy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the policy topic, visit your repo's landing page and select "manage topics."

Learn more