Files
hunfabric/tests/modules/folder/context.yaml
kovagoadam 1907c38e22 Add IAM deny policies support (#3970)
* Added IAM denial policies

* Moved default to empty, removed trys, added condition vars to expression

* remove redundant null checks

* reduce line length

* boilerplate and principal context expansion

* update readmes

* add explicit validation against null values

* add context tests

* Add missing license headers to examples

---------

Co-authored-by: Julio Castillo <jccb@google.com>
2026-05-21 02:38:06 +00:00

203 lines
6.8 KiB
YAML

# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
values:
google_cloud_asset_folder_feed.default["test"]:
asset_names: null
asset_types: null
billing_project: test-project
condition: []
content_type: null
feed_id: test
feed_output_config:
- pubsub_destination:
- topic: projects/test-prod-audit-logs-0/topics/audit-logs
timeouts: null
google_essential_contacts_contact.contact["$email_addresses:default"]:
email: foo@example.com
language_tag: en
notification_category_subscriptions:
- ALL
timeouts: null
google_folder.folder[0]:
deletion_protection: false
display_name: Test Context
parent: organizations/1234567890
tags: null
timeouts: null
google_folder_iam_audit_config.default["allServices"]:
audit_log_config:
- exempted_members:
- group:test-group@example.com
log_type: ADMIN_READ
- exempted_members: []
log_type: DATA_READ
service: allServices
google_folder_iam_binding.authoritative["$custom_roles:myrole_one"]:
condition: []
members:
- group:test-group@example.com
- user:test-user@example.com
role: organizations/366118655033/roles/myRoleOne
google_folder_iam_binding.authoritative["roles/owner"]:
condition: []
members:
- group:test-group@example.com
role: roles/owner
google_folder_iam_binding.authoritative["roles/viewer"]:
condition: []
members:
- serviceAccount:test@test-project.iam.gserviceaccount.com
role: roles/viewer
google_folder_iam_binding.bindings["iam-bpc:$custom_roles:myrole_one-expires_after_2020_12_31"]:
condition:
- description: Expiring at midnight of 2020-12-31
expression: request.time < timestamp("2021-01-01T00:00:00Z")
title: expires_after_2020_12_31
members:
- user:test-user@example.com
role: organizations/366118655033/roles/myRoleOne
google_folder_iam_binding.bindings["iam-bpc:$custom_roles:myrole_two-expires_after_2020_12_31"]:
condition:
- description: Expiring at midnight of 2020-12-31
expression: request.time < timestamp("2021-01-01T00:00:00Z")
title: expires_after_2020_12_31
members:
- user:test-user@example.com
role: organizations/366118655033/roles/myRoleTwo
google_folder_iam_binding.bindings["iam-bpc:roles/storage.admin-expires_after_2020_12_31"]:
condition:
- description: Expiring at midnight of 2020-12-31
expression: request.time < timestamp("2021-01-01T00:00:00Z")
title: expires_after_2020_12_31
members:
- user:test-user@example.com
role: roles/storage.admin
google_folder_iam_binding.bindings["myrole_two"]:
condition:
- description: null
expression: resource.matchTag('1234567890/environment', 'development')
title: Test
members:
- serviceAccount:test@test-project.iam.gserviceaccount.com
role: organizations/366118655033/roles/myRoleTwo
google_folder_iam_member.bindings["myrole_two"]:
condition: []
member: user:test-user@example.com
role: organizations/366118655033/roles/myRoleTwo
google_iam_deny_policy.default["test-policy"]:
display_name: Test Deny Policy
name: test-policy
rules:
- deny_rule:
- denial_condition:
- description: null
expression: resource.matchTag('1234567890/environment', 'development')
location: null
title: Test Condition
denied_permissions:
- compute.googleapis.com/instances.create
denied_principals:
- user:test-user@example.com
exception_permissions: []
exception_principals:
- group:test-group@example.com
description: Test Rule
timeouts: null
google_logging_folder_settings.default[0]:
kms_key_name: projects/test-kms-0/locations/europe-west8/keyRings/test/cryptoKeys/test
timeouts: null
google_logging_folder_sink.sink["test-pubsub"]:
description: test-pubsub (Terraform-managed).
destination: pubsub.googleapis.com/projects/test-prod-audit-logs-0/topics/audit-logs
disabled: false
exclusions: []
filter: log_id('cloudaudit.googleapis.com/activity')
include_children: true
intercept_children: false
name: test-pubsub
google_privileged_access_manager_entitlement.default["net-admins"]:
additional_notification_targets: []
approval_workflow:
- manual_approvals:
- require_approver_justification: true
steps:
- approvals_needed: 1
approver_email_recipients: null
approvers:
- principals:
- group:test-group@example.com
eligible_users:
- principals:
- group:test-group@example.com
entitlement_id: net-admins
location: global
max_request_duration: 3600s
privileged_access:
- gcp_iam_access:
- resource_type: cloudresourcemanager.googleapis.com/Folder
role_bindings:
- condition_expression: null
role: roles/compute.networkAdmin
- condition_expression: null
role: roles/compute.admin
- condition_expression: null
role: organizations/366118655033/roles/myRoleTwo
requester_justification_config:
- not_mandatory: []
unstructured:
- {}
timeouts: null
google_pubsub_topic_iam_member.pubsub_sinks_binding["test-pubsub"]:
condition: []
project: test-prod-audit-logs-0
role: roles/pubsub.publisher
topic: audit-logs
google_tags_tag_binding.binding["bar"]:
tag_value: tagValues/1234567891
timeouts: null
google_tags_tag_binding.binding["baz"]:
tag_value: tagValues/1234567890
timeouts: null
google_tags_tag_binding.binding["foo"]:
tag_value: foo-test-0/dynamic_test/cc-123
timeouts: null
counts:
google_cloud_asset_folder_feed: 1
google_essential_contacts_contact: 1
google_folder: 1
google_folder_iam_audit_config: 1
google_folder_iam_binding: 7
google_folder_iam_member: 1
google_iam_deny_policy: 1
google_logging_folder_settings: 1
google_logging_folder_sink: 1
google_privileged_access_manager_entitlement: 1
google_pubsub_topic_iam_member: 1
google_tags_tag_binding: 3
modules: 0
resources: 20
outputs:
asset_search_results: {}
assured_workload: null
folder: __missing__
id: __missing__
name: Test Context
organization_policies_ids: {}
scc_custom_sha_modules_ids: {}
service_agents: {}
sink_writer_identities: __missing__