cloudfoundry-community / eirini-bosh-release

A BOSH release for Eirini.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blobs are not public

jenspinney opened this issue · comments

The blobs uploaded when the bot created final releases 0.0.2 and 0.0.3 are not publicly accessible.

This is the error we see when running bosh create-release:


  - Downloading blob 'ccc9c234-0c56-4db7-4c04-62027d8e712b' with digest string '6ad65d60cc92e238e613de4b9f315b361b32d838':
      Getting blob from inner blobstore:
        Getting blob from inner blobstore:
          AccessDenied: Access Denied
	status code: 403, request id: 84C400AE8C4AC796, host id: WdfmY09B8l3wV6xA/p5Me1KE/0kxxqVKBgUAJ9M3XzX42SLAFFNXiUDBW2ZUAiBVvJtuszAqcb0=
  - Downloading blob 'f389d93f-4cae-4e16-7f6c-7166ab7d6249' with digest string 'aeac1adbb1032ff27914f4c7339ce682a284bc57':
      Getting blob from inner blobstore:
        Getting blob from inner blobstore:
          AccessDenied: Access Denied
	status code: 403, request id: 36E5C00FA708DCA2, host id: xHNaIApDJFFLRs5ibJNHFfsX0DEUhDcp58q6WbcsEB8gQtLhMr+YdkEo0TEI55iW9Fctc5C86+M=
  - Downloading blob 'fdf559fe-e37a-4d37-57a9-aeb5ac26f11f' with digest string 'd0a8376aa9bc09107523bb5f2fe6d786dc38f51b':
      Getting blob from inner blobstore:
        Getting blob from inner blobstore:
          AccessDenied: Access Denied
	status code: 403, request id: CD90DB6053770D1F, host id: k1b9qEEXCKHrhMymHiczb+a0pkBu6vVDGx+A9GKkJ4pW5Ek565bYhASJunxcvuEYcouk83/JXUg=
  - Downloading blob '5082062c-d97a-4426-6b7f-a29a610ba026' with digest string 'be35d0970f2d56023002fbfe86c3df4a4689c931':
      Getting blob from inner blobstore:
        Getting blob from inner blobstore:
          AccessDenied: Access Denied
	status code: 403, request id: F73454F92188B8F7, host id: 3H08EluvmLgxITQm+f/LeSmn2uUbfPmf8lghuAUKorheiIPklxsDpE6dlGmVShudiIVujQvknps=

Exit code 1

After talking with @viovanov, it seems that the bucket itself is public, but the objects that the bot are creating are not.

We've updated our pipelines, this should be fixed forever.