-
Notifications
You must be signed in to change notification settings - Fork 914
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Try to fix fabric e2e tests. Update service agents * Fix typo * Fix syntax * Delay PSA creation until service agents have roles assigned * Fix tests
- Loading branch information
Showing
7 changed files
with
126 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,5 +97,5 @@ module "test" { | |
prefix = "prefix" | ||
} | ||
# tftest modules=9 resources=68 | ||
# tftest modules=9 resources=69 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -787,6 +787,13 @@ | |
role: null | ||
is_primary: false | ||
aliases: [] | ||
- name: gcp-ri-contactcenterinsights | ||
display_name: Contact Center Insights Resource Identity (prod) | ||
api: contactcenterinsights.googleapis.com | ||
identity: service-%[email protected] | ||
role: null | ||
is_primary: false | ||
aliases: [] | ||
- name: container-analysis | ||
display_name: Container Analysis Service Agent | ||
api: containeranalysis.googleapis.com | ||
|
@@ -969,6 +976,13 @@ | |
role: roles/firebaseapphosting.serviceAgent | ||
is_primary: true | ||
aliases: [] | ||
- name: crashlytics | ||
display_name: Firebase Crashlytics Service Agent | ||
api: firebasecrashlytics.googleapis.com | ||
identity: service-%[email protected] | ||
role: roles/firebasecrashlytics.serviceAgent | ||
is_primary: true | ||
aliases: [] | ||
- name: firebasedataconnect | ||
display_name: Firebase Data Connect Service Account | ||
api: firebasedataconnect.googleapis.com | ||
|
@@ -1173,13 +1187,6 @@ | |
role: null | ||
is_primary: false | ||
aliases: [] | ||
- name: chronicle-spanner | ||
display_name: Internal Chronicle Spanner Service Account | ||
api: chronicle.googleapis.com | ||
identity: service-%[email protected] | ||
role: null | ||
is_primary: false | ||
aliases: [] | ||
- name: fs-spanner | ||
display_name: Internal Cloud Firestore Spanner Service Agent | ||
api: firestore.googleapis.com | ||
|
@@ -1351,6 +1358,13 @@ | |
role: null | ||
is_primary: true | ||
aliases: [] | ||
- name: progrollout | ||
display_name: Progressive Rollout Service Agent | ||
api: progressiverollout.googleapis.com | ||
identity: service-%[email protected] | ||
role: roles/progressiverollout.serviceAgent | ||
is_primary: true | ||
aliases: [] | ||
- name: pubsublite | ||
display_name: Pub/Sub Lite Service Account | ||
api: pubsublite.googleapis.com | ||
|
@@ -1572,7 +1586,7 @@ | |
display_name: Vertex AI Online Prediction Service Agent | ||
api: aiplatform.googleapis.com | ||
identity: service-%[email protected] | ||
role: null | ||
role: roles/aiplatform.onlinePredictionServiceAgent | ||
is_primary: false | ||
aliases: [] | ||
- name: vertex-tune | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"locals": { | ||
"jit_services": { | ||
"alloydb.googleapis.com": "roles/alloydb.serviceAgent", | ||
"apigee.googleapis.com": "roles/apigee.serviceAgent", | ||
"artifactregistry.googleapis.com": "roles/artifactregistry.serviceAgent", | ||
"assuredworkloads.googleapis.com": "roles/assuredworkloads.serviceAgent", | ||
"dns.googleapis.com": "roles/dns.serviceAgent", | ||
"dataplex.googleapis.com": "roles/dataplex.serviceAgent", | ||
"pubsub.googleapis.com": "roles/pubsub.serviceAgent", | ||
"sqladmin.googleapis.com": "roles/cloudsql.serviceAgent", | ||
"dataform.googleapis.com": "roles/dataform.serviceAgent", | ||
"eventarc.googleapis.com": "roles/eventarc.serviceAgent", | ||
"cloudkms.googleapis.com": null, | ||
"dataproc.googleapis.com": "roles/dataproc.serviceAgent", | ||
"cloudfunctions.googleapis.com": "roles/cloudfunctions.serviceAgent", | ||
"run.googleapis.com": "roles/run.serviceAgent", | ||
"iap.googleapis.com": null, | ||
"container.googleapis.com": "roles/container.serviceAgent", | ||
"looker.googleapis.com": "roles/looker.serviceAgent", | ||
"monitoring.googleapis.com": "roles/monitoring.notificationServiceAgent", | ||
"networkconnectivity.googleapis.com": "roles/networkconnectivity.serviceAgent", | ||
"secretmanager.googleapis.com": null, | ||
"vpcaccess.googleapis.com": "roles/vpcaccess.serviceAgent", | ||
"servicenetworking.googleapis.com": "roles/servicenetworking.serviceAgent" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters