10000 GitHub - excellaco/policy-as-code-opa: policy-as-code-opa
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

excellaco/policy-as-code-opa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPA Policy Repository:

This repository contains Rego policies for Open Policy Agent (OPA) used for security and access control enforcement in our infrastructure and applications and custom policy which maybe needed.

Folder Structure

=========================================================================================== Policy-as-code-opa -data/ input.json -policies/ -application/ security.rego -cicd/ branching_stratagie.rego -custom/ cutom_policy.rego -infrastructure/ access_control.rego

  - `policies/`: Contains all the policy files written in Rego.
  - `data/`: Contains sample input data used to test the policies.
  - `opa_config.yaml`: The configuration file to run OPA with the policies and data.
  - `Dockerfile`: Containerizes the OPA with policies for easy deployment.

Running OPA Locally

  1. Build the Docker image:

    docker build -t policy-as-code-opa . ============================================================================================

About

policy-as-code-opa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0