Cloud Config: Allow creating keys from host machine.
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
Some organizations [disable creating keys from service accounts](https://cloud.google.com/resource-manager/docs/organization-policy/restricting-service-accounts#disable_service_account_key_creation).
This makes it impossible to run fuzzbench in its default configuration, as it fails to create the service account secret keys while running inside the VM.
Would it be possible to create those keys beforehand (from host machine), so that the service account only needs to access them?
Contributor guide
Assessment
This issue has not been assessed yet.