使用自定义组织政策
本页介绍了如何使用组织政策服务自定义限制条件来限制对以下 Google Cloud 资源的特定操作:
compute.googleapis.com/Router
如需详细了解组织政策,请参阅自定义组织政策。
组织政策和限制条件简介
Google Cloud 组织政策服务可让您以编程方式集中控制组织的资源。作为组织政策管理员,您可以定义组织政策,这是一组称为限制条件的限制,会应用于 Google Cloud 资源层次结构中的 Google Cloud 资源及其后代。您可以强制执行组织设置 组织政策。
组织政策为各种 Google Cloud 服务提供预定义限制条件。但是,如果您想要更精细地控制和自定义组织政策中受限的特定字段,还可以创建自定义限制条件并在组织政策中使用这些自定义限制条件。
政策继承
如果您对资源强制执行政策,默认情况下,该资源的后代会继承组织政策。例如,如果您对某个文件夹强制执行一项政策,Google Cloud 会对该文件夹中的所有项目强制执行该政策。如需详细了解此行为及其更改方式,请参阅层次结构评估规则。
准备工作
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
- 请确保您知道您的组织 ID。
所需的角色
如需获取管理组织政策所需的权限,
请让管理员授予您
Organization Policy Administrator (roles/orgpolicy.policyAdmin
) IAM 角色
组织资源
,了解所有最新动态。
如需详细了解如何授予角色,请参阅管理对项目、文件夹和组织的访问权限。
创建自定义限制条件
自定义限制条件是在 YAML 文件中,由实施组织政策的服务所支持的资源、方法、条件和操作定义的。自定义限制条件的条件使用通用表达式语言 (CEL) 进行定义。如需详细了解如何使用 CEL 构建自定义限制条件中的条件,请参阅创建和管理自定义限制条件的 CEL 部分。
如需创建自定义限制条件,请使用以下格式创建 YAML 文件:
name: organizations/ORGANIZATION_ID/customConstraints/CONSTRAINT_NAME
resourceTypes:
- RESOURCE_NAME
methodTypes:
- CREATE
- UPDATE
condition: "CONDITION"
actionType: ACTION
displayName: DISPLAY_NAME
description: DESCRIPTION
替换以下内容:
ORGANIZATION_ID
:您的组织 ID,例如123456789
。CONSTRAINT_NAME
:新的自定义限制条件的名称。 自定义限制条件必须以custom.
开头,只能包含大写字母、小写字母或数字,例如custom.restrictNatAutoNetworkTier
。此字段的最大长度为 70 个字符。RESOURCE_NAME
: Google Cloud 资源,其中包含您要 限制。例如compute.googleapis.com/Router
。CONDITION
:针对受支持的服务资源的表示法编写的 CEL 条件。此字段的长度上限为 1,000 个字符。 如需详细了解可用于针对其编写条件的资源,请参阅支持的资源。 例如"resource.nats.all(nat, nat.autoNetworkTier == 'STANDARD')"
。ACTION
:当condition
为以下值时要执行的操作 符合。 可能的值有ALLOW
和DENY
。DISPLAY_NAME
:限制条件的直观易记名称。 此字段的最大长度为 200 个字符。DESCRIPTION
:直观易懂的限制条件说明,在违反政策时显示为错误消息。 此字段的长度上限为 2,000 个字符。
如需详细了解如何创建自定义限制条件,请参阅定义自定义限制条件。
设置自定义限制条件
为新的自定义限制条件创建 YAML 文件后,您必须设置该文件 可用于贵组织的组织政策如需设置自定义限制条件,请使用gcloud org-policies set-custom-constraint
命令:
gcloud org-policies set-custom-constraint CONSTRAINT_PATH
CONSTRAINT_PATH
替换为自定义限制条件文件的完整路径。例如 /home/user/customconstraint.yaml
。完成后,您的自定义限制条件将作为组织政策显示在 Google Cloud 组织政策列表中。
如需验证自定义限制条件是否存在,请使用 gcloud org-policies list-custom-constraints
命令:
gcloud org-policies list-custom-constraints --organization=ORGANIZATION_ID
ORGANIZATION_ID
替换为您的组织资源的 ID。
如需了解详情,请参阅查看组织政策。
强制执行自定义组织政策
如需强制执行布尔值限制条件,您可以创建引用该限制条件的组织政策,然后将该组织政策应用于 Google Cloud 资源。控制台
- 在 Google Cloud 控制台中,转到组织政策页面。
- 在项目选择器中,选择要设置组织政策的项目。
- 从组织政策页面的列表中选择要查看的限制条件 该限制条件的政策详情页面。
- 如需为该资源配置组织政策,请点击管理政策。
- 在修改政策页面,选择覆盖父级政策。
- 点击添加规则。
- 在强制执行部分中,选择开启还是关闭此组织政策的强制执行。
- 可选:要根据标记设置有条件的组织政策,请点击 添加条件。请注意,如果您向组织政策添加条件规则,则必须至少添加一个无条件规则,否则无法保存政策。有关 请参阅 使用标记设置组织政策。
- 如果是自定义限制条件,您可以点击测试更改来模拟此组织政策的效果。如需了解详情,请参阅使用 Policy Simulator 测试组织政策更改。
- 若要完成并应用组织政策,请点击设置政策。政策 最长需要 15 分钟才能生效。
gcloud
如需创建强制执行布尔值限制条件的组织政策,请创建引用该限制条件的 YAML 政策文件:
name: projects/PROJECT_ID/policies/CONSTRAINT_NAME spec: rules: - enforce: true
请替换以下内容:
-
PROJECT_ID
:要对其实施限制条件的项目。 -
CONSTRAINT_NAME
:您为自定义限制条件定义的名称。例如,custom.restrictNatAutoNetworkTier
。
如需强制执行包含限制条件的组织政策,请运行以下命令:
gcloud org-policies set-policy POLICY_PATH
将 POLICY_PATH
替换为组织政策 YAML 文件的完整路径。该政策最多需要 15 分钟才能生效。
测试自定义组织政策
以下示例创建自定义限制条件和政策,要求特定项目中的所有 Cloud NAT 网关默认使用标准网络层级。
在开始之前,您需要了解以下信息:
- 您的组织 ID
- 项目 ID
创建限制条件
将以下文件保存为
constraint-restrict-nat-auto-network-tier.yaml
:name: organizations/ORGANIZATION_ID/customConstraints/custom.restrictNatAutoNetworkTier resourceTypes: - compute.googleapis.com/Router methodTypes: - CREATE - UPDATE condition: "resource.nats.all(nat, nat.autoNetworkTier == 'STANDARD')" actionType: ALLOW displayName: Restrict network tier used for automatic reservation of NAT IP addresses. description: All Cloud NAT gateways must use autoNetworkTier STANDARD.
此文件定义了一个约束条件,即每个 Cloud NAT 网关的自动网络层级必须等于
STANDARD
。应用限制条件:
gcloud org-policies set-custom-constraint ~/constraint-restrict-nat-auto-network-tier.yaml
验证限制条件存在:
gcloud org-policies list-custom-constraints --organization=ORGANIZATION_ID
输出类似于以下内容:
CUSTOM_CONSTRAINT ACTION_TYPE METHOD_TYPES RESOURCE_TYPES DISPLAY_NAME custom.restrictNatAutoNetworkTier ALLOW CREATE,UPDATE compute.googleapis.com/Router Restrict network tier used for automatic reservation of NAT IP addresses. ...
创建政策
将以下文件保存为
policy-restrict-nat-auto-network-tier.yaml
:name: projects/PROJECT_ID/policies/custom.restrictNatAutoNetworkTier spec: rules: - enforce: true
将
PROJECT_ID
替换为您的项目 ID。应用政策:
gcloud org-policies set-policy ~/policy-restrict-nat-auto-network-tier.yaml
验证政策存在:
gcloud org-policies list --project=PROJECT_ID
输出类似于以下内容:
CONSTRAINT LIST_POLICY BOOLEAN_POLICY ETAG custom.restrictNatAutoNetworkTier - SET COCsm5QGENiXi2E=
应用政策后,请等待大约两分钟,以便 Google Cloud 开始强制执行政策。
测试政策
创建 Cloud Router 路由器:
gcloud compute routers create r1 --region=us-central1 --network=default
尝试创建 Cloud NAT 网关:
gcloud compute routers nats create n1 --router=r1 --region=us-central1 \
--nat-all-subnet-ip-ranges --auto-allocate-nat-external-ips \
--auto-network-tier=PREMIUM
输出类似于以下内容:
Operation denied by custom org policies: ["customConstraints/custom.restrictNatAutoNetworkTier": "All Cloud NAT gateways must use autoNetworkTier STANDARD."]
常见使用场景的自定义组织政策示例
下表提供了一些常见用例的自定义约束条件的语法:
说明 | 限制条件语法 |
---|---|
限制用于自动预留 Cloud NAT IP 地址的网络层级 |
name: organizations/ORGANIZATION_ID/customConstraints/custom.restrictNatAutoNetworkTier resourceTypes: - compute.googleapis.com/Router methodTypes: - CREATE - UPDATE condition: "resource.nats.all(nat, nat.autoNetworkTier == 'STANDARD')" actionType: ALLOW displayName: Restrict network tier used for automatic reservation of NAT IP addresses. description: All Cloud NAT gateways must use autoNetworkTier STANDARD. |
Cloud NAT 支持的资源和操作
下表列出了您可以使用的 Cloud NAT 属性,
可以参考自定义限制条件这些属性是可在自定义约束条件中使用的所有 compute.googleapis.com/Router
属性的一部分。如需查看 compute.googleapis.com/Router
属性的完整列表,请参阅 Cloud Router 支持的资源和操作。
资源 | 字段 |
---|---|
compute.googleapis.com/Router |
resource.nats.autoNetworkTier
|
resource.nats.drainNatIps
| |
resource.nats.enableDynamicPortAllocation
| |
resource.nats.enableEndpointIndependentMapping
| |
resource.nats.endpointTypes
| |
resource.nats.icmpIdleTimeoutSec
| |
resource.nats.logConfig.enable
| |
resource.nats.logConfig.filter
| |
resource.nats.maxPortsPerVm
| |
resource.nats.minPortsPerVm
| |
resource.nats.name
| |
resource.nats.natIpAllocateOption
| |
resource.nats.natIps
| |
resource.nats.rules.action.sourceNatActiveIps
| |
resource.nats.rules.action.sourceNatActiveRanges
| |
resource.nats.rules.action.sourceNatDrainIps
| |
resource.nats.rules.action.sourceNatDrainRanges
| |
resource.nats.rules.description
| |
resource.nats.rules.match
| |
resource.nats.rules.ruleNumber
| |
resource.nats.sourceSubnetworkIpRangesToNat
| |
resource.nats.subnetworks.name
| |
resource.nats.subnetworks.secondaryIpRangeNames
| |
resource.nats.subnetworks.sourceIpRangesToNat
| |
resource.nats.tcpEstablishedIdleTimeoutSec
| |
resource.nats.tcpTimeWaitTimeoutSec
| |
resource.nats.tcpTransitoryIdleTimeoutSec
| |
resource.nats.type
| |
resource.nats.udpIdleTimeoutSec
|