Welcome to the

Google Cloud Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 1
Since ‎07-09-2022
‎02-16-2023

My Stats

  • 3 Posts
  • 1 Solutions
  • 1 Likes given
  • 0 Likes received

Benedicte_Werge's Bio

Badges kevinAlbs Earned

View all badges

Recent Activity

I added an SSH key with a ttl of 60 seconds with this command: gcloud compute os-login ssh-keys add --key-file ~/.ssh/id_rsa.pub --ttl 60s I expected after after expiration, the SSH key would be deleted. After the expiration, the key is still listed ...
Hello,I want to get the access token for an attached service account without using a Google auth library.Referring to AIP-4115, I am able to obtain an access token by making a request to the metadata server:curl -H "Metadata-Flavor: Google" http://me...