Skip IAM for the Agent Gateway Service Agent (#3893)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
@@ -145,6 +145,14 @@ outputs:
|
||||
is_primary: true
|
||||
name: serverless-robot-prod
|
||||
role: roles/run.serviceAgent
|
||||
run-ai:
|
||||
api: run.googleapis.com
|
||||
display_name: Google Cloud Run AI Bundle Service Agent
|
||||
email: service-12345@gcp-sa-run-ai.iam.gserviceaccount.com
|
||||
iam_email: serviceAccount:service-12345@gcp-sa-run-ai.iam.gserviceaccount.com
|
||||
is_primary: false
|
||||
name: run-ai
|
||||
role: null
|
||||
serverless-robot-prod:
|
||||
api: run.googleapis.com
|
||||
display_name: Google Cloud Run Service Agent
|
||||
|
||||
@@ -147,6 +147,14 @@ outputs:
|
||||
is_primary: true
|
||||
name: serverless-robot-prod
|
||||
role: roles/run.serviceAgent
|
||||
run-ai:
|
||||
api: run.googleapis.com
|
||||
display_name: Google Cloud Run AI Bundle Service Agent
|
||||
email: service-12345@gcp-sa-run-ai.alpha-system.iam.gserviceaccount.com
|
||||
iam_email: serviceAccount:service-12345@gcp-sa-run-ai.alpha-system.iam.gserviceaccount.com
|
||||
is_primary: false
|
||||
name: run-ai
|
||||
role: null
|
||||
serverless-robot-prod:
|
||||
api: run.googleapis.com
|
||||
display_name: Google Cloud Run Service Agent
|
||||
|
||||
Reference in New Issue
Block a user