├── README.md ├── constraints ├── mismatched-mtls-constraint.yaml ├── policy-strict-constraint.yaml ├── port-name-constraint.yaml ├── source-all-constraint.yaml └── vs-same-host-constraint.yaml ├── gatekeeper-config.yaml ├── sample-objects ├── bad-policy-1.yaml ├── bad-policy-2.yaml ├── bad-port-name.yaml ├── bad-role-binding.yaml ├── bad-vs-host.yaml ├── mismatched-dr.yaml └── mismatched-policy.yaml └── templates ├── mismatched-mtls-template.yaml ├── policy-strict-template.yaml ├── port-name-template.yaml ├── source-all-template.yaml └── vs-same-host-template.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/README.md -------------------------------------------------------------------------------- /constraints/mismatched-mtls-constraint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/constraints/mismatched-mtls-constraint.yaml -------------------------------------------------------------------------------- /constraints/policy-strict-constraint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/constraints/policy-strict-constraint.yaml -------------------------------------------------------------------------------- /constraints/port-name-constraint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/constraints/port-name-constraint.yaml -------------------------------------------------------------------------------- /constraints/source-all-constraint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/constraints/source-all-constraint.yaml -------------------------------------------------------------------------------- /constraints/vs-same-host-constraint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/constraints/vs-same-host-constraint.yaml -------------------------------------------------------------------------------- /gatekeeper-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/gatekeeper-config.yaml -------------------------------------------------------------------------------- /sample-objects/bad-policy-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/sample-objects/bad-policy-1.yaml -------------------------------------------------------------------------------- /sample-objects/bad-policy-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/sample-objects/bad-policy-2.yaml -------------------------------------------------------------------------------- /sample-objects/bad-port-name.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/sample-objects/bad-port-name.yaml -------------------------------------------------------------------------------- /sample-objects/bad-role-binding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/sample-objects/bad-role-binding.yaml -------------------------------------------------------------------------------- /sample-objects/bad-vs-host.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/sample-objects/bad-vs-host.yaml -------------------------------------------------------------------------------- /sample-objects/mismatched-dr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/sample-objects/mismatched-dr.yaml -------------------------------------------------------------------------------- /sample-objects/mismatched-policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/sample-objects/mismatched-policy.yaml -------------------------------------------------------------------------------- /templates/mismatched-mtls-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/templates/mismatched-mtls-template.yaml -------------------------------------------------------------------------------- /templates/policy-strict-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/templates/policy-strict-template.yaml -------------------------------------------------------------------------------- /templates/port-name-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/templates/port-name-template.yaml -------------------------------------------------------------------------------- /templates/source-all-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/templates/source-all-template.yaml -------------------------------------------------------------------------------- /templates/vs-same-host-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcsmnky/gatekeeper-istio/HEAD/templates/vs-same-host-template.yaml --------------------------------------------------------------------------------