Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Google cloud service account not found

Apparently I was able to solve my own issue by undeleting the service account. This operation is not supported by gcloud cli but it is supported in the api. The request made was curl -X POST -H "Authorization: Bearer $(gcloud auth print-access-token)" "https://iam.googleapis.com/v1/projects/-/serviceAccounts/114592978558849211522:undelete"

Tags:

Google Cloud Platform

Kubernetes

Google Kubernetes Engine

Related

RAID 5/6 rebuild time calculation Show delegated ipv6 prefix at command line in OpenWRT Acronyms in HDD specification Anonymous User in O365 Mailbox Permissions How to determine "Predictable Name" of network interface How to back up a running Linode server? Can't start Bind open: /etc/named.conf: permission denied How do I convert my linux disk from MBR to GPT with UEFI? Nginx Ingress 504 timeout - EKS with ELB connected to nginx ingress How discoverable are IPv6 addresses and AAAA names by potential attackers? Timeout connecting to OpenManage after updating to version 9.2 - possible SSL issue? Why is the maximum length of OpenWrt’s root password 8 characters?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy