-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fix Blueprint integration test #88
Conversation
NimJay
commented
Mar 26, 2024
•
edited
Loading
edited
- I've created this in response to the following failure:
- See integration test logs containing this error.
@@ -21,6 +21,7 @@ locals { | |||
"roles/documentai.editor", | |||
"roles/firebase.admin", | |||
"roles/iam.serviceAccountUser", | |||
"roles/serviceusage.serviceUsageAdmin", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This addresses an error seen in integration tests:
Error 403: Permission denied to enable service [config.googleapis.com]
@@ -20,7 +20,9 @@ locals { | |||
"roles/artifactregistry.admin", | |||
"roles/documentai.editor", | |||
"roles/firebase.admin", | |||
"roles/iam.serviceAccountAdmin", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This address an error seen in integration tests:
Step #2 - "apply": Error: Error creating service account: googleapi: Error 403: Permission 'iam.serviceAccounts.create' denied on resource (or it may not exist).
Step #2 - "apply": Details:
Step #2 - "apply": [
Step #2 - "apply": {
Step #2 - "apply": "@type": "type.googleapis.com/google.rpc.ErrorInfo",
Step #2 - "apply": "domain": "iam.googleapis.com",
Step #2 - "apply": "metadata": {
Step #2 - "apply": "permission": "iam.serviceAccounts.create"
Step #2 - "apply": },
Step #2 - "apply": "reason": "IAM_PERMISSION_DENIED"
Step #2 - "apply": }
This addresses the following error seen in the simple_example test: Error: open /workspace/examples/simple_example/initial-index.json: no such file or directory
type = string | ||
default = "initial-index.json" | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This addresses the following error seen in the simple_example test:
Error: open /workspace/examples/simple_example/initial-index.json: no such file or directory