You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PR #1799 we use two new environment variables GCLOUD_ORGANIZATION_PROJECT and GCLOUD_ORGANIZATION:
# This must be different from GCLOUD_PROJECT.
# Since build.sh overrides the value for GCLOUD_PROJECT.
env_vars: {
key: "GCLOUD_ORGANIZATION_PROJECT"
value: "project-a"
}
# Set organization used by org scoped samples.
env_vars: {
key: "GCLOUD_ORGANIZATION"
value: "1081635000895"
}
Running kokoro, returns the error message:
[07:06:43][ERROR] Found un-allowed variables:
GCLOUD_ORGANIZATION="1081635000895" (No matching key in allowed env vars)
GCLOUD_ORGANIZATION_PROJECT="project-a" (No matching key in allowed env vars)
Not sure where, but we need to whitelist those variables, or please advice the correct way of using them. @fhinkel could you help?
In the PR #1799 we use two new environment variables GCLOUD_ORGANIZATION_PROJECT and GCLOUD_ORGANIZATION:
Running kokoro, returns the error message:
Not sure where, but we need to whitelist those variables, or please advice the correct way of using them. @fhinkel could you help?
FIY, those variables use the values from #1802.
The text was updated successfully, but these errors were encountered: