rshamunov commented on code in PR #25508:
URL: https://github.com/apache/beam/pull/25508#discussion_r1108646740


##########
playground/infrastructure/proxy/allow_list.py:
##########
@@ -22,12 +22,11 @@
     "datastore.googleapis.com",
     "oauth2.googleapis.com",
     "storage.googleapis.com",
-    "repo1.maven.org"
-]
-
-# ALLOWED_BUCKET_LIST contains all public Google Cloud Storage buckets
-# that are allowed to make requests from Beam Playground
-ALLOWED_BUCKET_LIST = [
-    "dataflow-samples",
-    "beam-samples"
+    "www.googleapis.com",
+    "repo1.maven.org",
+    "github.com",
+    "packages.confluent.io",
+    "bigquery.googleapis.com",
+    "metadata.google.internal",
+    "169.254.169.254",

Review Comment:
   What is this for? Add a comment with explanation to the file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to