forked from GoogleCloudPlatform/gke-policy-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.2_1.3.2_require-valid-network-ranges.yaml
37 lines (37 loc) · 1.91 KB
/
1.2_1.3.2_require-valid-network-ranges.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 2023 Google LLC
#
# This is “Software” that is licensed under the “General Software” section of
# the Service Specific Terms (https://cloud.google.com/terms/service-terms) for
# usage in accordance with the following “Scope of Use”: This file may only be
# used on an Anthos cluster, including any associated ci/cd use. “Anthos
# cluster” is defined as “A Cluster (of any kind) registered to a fleet project
# where the Anthos API is enabled”.
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: K8sRequireValidRangesForNetworks
metadata:
name: pci-dss-v3.2.1-extended-require-valid-network-ranges
labels:
policycontroller.gke.io/bundleName: pci-dss-v3.2.1-extended
annotations:
policycontroller.gke.io/constraintData: |
"{
bundleName: 'pci-dss-v3.2.1-extended',
bundleDisplayName: 'PCI DSS v3.2.1',
bundleLink: 'https://github.com/GoogleCloudPlatform/acm-policy-controller-library/tree/master/anthos-bundles/pci-dss-v3.2.1-extended',
bundleVersion: '202301.0',
bundleDescription: 'Use the PCI DSS v3.2.1 policy bundle with Policy Controller to evaluate the compliance of your cluster resources against some aspects of the Payment Card Industry (PCI) Data Security Standard (DSS) v3.2.1.',
controlNumbers: '[1.2,1.3.2]',
severity: 'UNASSIGNED',
description: 'Restricts CIDR ranges permitted for use with ingress and egress.',
remediation: 'Ingress and egress is restricted to specified CIDR ranges. Remove the violating ingress or egress CIDR ranges, or update the allowed parameter. See "Ingress" for more information: https://kubernetes.io/docs/concepts/services-networking/ingress/',
minimumTemplateLibraryVersion: '1.14.0'
}"
spec:
enforcementAction: dryrun
parameters:
allowedIngress:
# example "1.1.2.0/24"
- 1.1.2.0/24
allowedEgress:
# example "1.1.2.0/32"
- 1.1.2.0/32