cloud-foundation-fabric/fast/stages/1-resman/data/org-policies/serverless.yaml

33 lines
631 B
YAML
Raw Normal View History

# skip boilerplate check
#
# sample subset of useful organization policies, edit to suit requirements
run.allowedIngress:
2023-02-21 04:58:08 -08:00
rules:
- allow:
values:
- is:internal
- is:internal-and-cloud-load-balancing
2022-11-03 06:50:53 -07:00
# run.allowedVPCEgress:
2023-02-21 04:58:08 -08:00
# rules:
# - allow:
# values:
2022-11-03 06:50:53 -07:00
# - is:private-ranges-only
# cloudfunctions.allowedIngressSettings:
2023-02-21 04:58:08 -08:00
# rules:
# - allow:
# values:
# - is:ALLOW_INTERNAL_ONLY
# cloudfunctions.allowedVpcConnectorEgressSettings:
2023-02-21 04:58:08 -08:00
# rules:
# - allow:
# values:
# - is:PRIVATE_RANGES_ONLY
# cloudfunctions.requireVPCConnector:
2023-02-21 04:58:08 -08:00
# rules:
# - enforce: true