Skip IAM for the Agent Gateway Service Agent (#3893)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright 2025 Google LLC
|
||||
# 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.
|
||||
@@ -74,6 +74,7 @@ SKIP_IAM_AGENTS = [
|
||||
'service-PROJECT_NUMBER@gcp-sa-scc-notification.iam.gserviceaccount.com',
|
||||
'service-PROJECT_NUMBER@gcp-sa-securitycenter.iam.gserviceaccount.com',
|
||||
'service-PROJECT_NUMBER@gcp-sa-ns-authz.iam.gserviceaccount.com',
|
||||
'service-PROJECT_NUMBER@gcp-sa-agentgateway.iam.gserviceaccount.com',
|
||||
]
|
||||
|
||||
AGENT_NAME_OVERRIDE = {
|
||||
|
||||
Reference in New Issue
Block a user