Skip to content
#

policy

Here are 424 public repositories matching this topic...

datree
noaabarki
noaabarki commented Feb 2, 2022

Describe the solution you'd like
Move the fixtures folder to outside internal and place it under root as a “sibling” to internal, pkg, cmd and the rest. The reason why is because internal/ is a special directory name recognized by the go tool which will prevent one package from being imported by another unless both share a common ancestor.

Requirements
Golang basic level.

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 Jan 17, 2022
  • AGS Script
opal
cerbos
charithe
charithe commented Nov 15, 2021

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 compile to catch any problems before pushing any policy changes live.
  • If there are too many errors, reporting them all in th

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