0

Cloud Storage backend for Google Cloud CDN is currently in alpha. When I trie to use/enable it I get following error:

$ gcloud alpha compute backend-buckets update static-bucket --gcs-bucket-name my-bucket --enable-cdn
ERROR: (gcloud.alpha.compute.backend-buckets.update) There was a problem fetching the resource:
 - Required 'Alpha Access' permission for 'Compute API'

How to get Alpha Access? I also don't see any apply form for Alpha Access.

dkoch
  • 474
  • 1
  • 3
  • 15

1 Answers1

1

In the documentation page "HTTP(S) Load Balancing with Google Cloud Storage Contents", there's a box with a link to a page to request access.

Brandon Yarbrough
  • 37,021
  • 23
  • 116
  • 145