kubeflow / examples

A repository to host extended examples and tutorials
Apache License 2.0
1.41k stars 756 forks source link

Demo github-issue-summarization - data and images not available anymore - Request violates VPC Service Controls. #545

Closed rbo closed 5 years ago

rbo commented 5 years ago

Hi everyone,

some necessary parts for the github-issue-summarization demo are not available anymore:

https://storage.googleapis.com/kubeflow-examples/github-issue-summarization-data/github-issues.zip

<Error>
<Code>SecurityPolicyViolated</Code>
<Message>Request violates VPC Service Controls.</Message>
<Details>Request is prohibited by organization's policy</Details>
</Error>

Mention at

gcr.io/kubeflow-dev/issue-summarization-notebook-cpu:latest

Your access is denied by VPC Service Controls. Please contact your organization's administrator for more information.
Tracking Number: 5908589009411772394

Mention at

The Container Image is not the problem, I build my own with a new tensorflow version: quay.io/kubeflow-examples/issue-summarization-notebook-cpu:openshift | Dockerfile

Is there any way to get or build the github-issues-data?

Thanks Robert

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label improvement/enhancement to this issue, with a confidence of 0.53. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

rbo commented 5 years ago

Found the original zip file: https://www.kaggle.com/davidshinn/github-issues - sadly you have to register to get access

thlevy commented 5 years ago

I have the same issue here.. I will be creating a new issue to avoid it to be misclassified by this dummy label-bot ;-) Thanks Thom

texasmichelle commented 5 years ago

It looks like there is a policy within your organization that is blocking asset downloads. Do you have information from your administrator on what is and isn't allowed? That would help us identify an alternative place to host these files.

rbo commented 5 years ago

Good point, I don't know. Today it works:

curl -I https://storage.googleapis.com/kubeflow-examples/github-issue-summarization-data/github-issues.zip

HTTP/2 200

Nothing changed on my site.

Thanks Robert

texasmichelle commented 5 years ago

Great! Feel free to reopen if you run into issues in the future.