We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GCP上で自動的に作られるService Accountは、ものによって所属するProjectが異なる。 自分のProjectに存在するものは、secret.jsonが作成できるが、外のProjectにいるものは作れない。
Cloud Build Service Accountのsecret.json作れるの?という質問をされたので、あー、なるほどねーって気持ちになったから
The text was updated successfully, but these errors were encountered:
ちなみに作ろうとするとないよ!って言われる
gcloud iam service-accounts keys create ~/sinmetal-lab-cloudbuild-key.json \ --iam-account [email protected] --project sinmetal-lab ERROR: (gcloud.iam.service-accounts.keys.create) NOT_FOUND: Service account projects/-/serviceAccounts/[email protected] does not exist.
Sorry, something went wrong.
sinmetal
No branches or pull requests
WHAT
GCP上で自動的に作られるService Accountは、ものによって所属するProjectが異なる。
自分のProjectに存在するものは、secret.jsonが作成できるが、外のProjectにいるものは作れない。
自分のProjectにいるものの例
外のProjectにいるものの例
WHY
Cloud Build Service Accountのsecret.json作れるの?という質問をされたので、あー、なるほどねーって気持ちになったから
The text was updated successfully, but these errors were encountered: