w3f / polkadot-validator-setup

Polkadot Validator Secure Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not sync platform: Invalid PEM formatted message.

drewstone opened this issue · comments

Getting this era after generating a key using ssh-keygen -m PEM -f <path>. Any ideas why it keeps saying its invalid? Before it complained it wasn't prefaced with the right header and once I moved on from that this appeared. Unsure how to get this repo working.

EDIT: seems to be caused from this:

google_storage_bucket.imagestore: Creating...



Error: googleapi: Error 403: service-account@service-account.iam.gserviceaccount.com does not have storage.buckets.create access to project <project-number>, forbidden


  on main.tf line 6, in resource "google_storage_bucket" "imagestore":

   6: resource "google_storage_bucket" "imagestore" {