/coredns-opa

CoreDNS / Open Policy Agent Integration

Primary LanguageShellApache License 2.0Apache-2.0

CoreDNS / OpenPolicyAgent

Intro

Contains code to build an image of CoreDNS that includes the OPA integration, and also to create a GKE cluster and update it to use that CoreDNS instance.

Quick Start

Prerequisites

Getting it running

  1. git clone https://github.com/coredns/coredns-opa
  2. cd coredns-opa/deploy
  3. ./cluster.sh -c opa
  4. kustomize build base | kubectl --kubeconfig kubeconfig --context opa apply -f -