-
Notifications
You must be signed in to change notification settings - Fork 826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting to Enable CORS on gcsweb.k8s.io for easy access via AJAX calls to bucket objects #1810
Comments
@spiffxp @dims @justaugustus do you think that we could set the CORS config for the Like: [
{
"AllowedHeaders": ["*"],
"AllowedMethods": ["GET"],
"AllowedOrigins": ["https://relnotes.k8s.io/"]
}
] |
@saschagrunert Is this script-able? |
Yes,
|
I just had a thought, do we want to restrict |
/assign @listx It could be that fully migrating to |
The |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
/milestone v1.23 |
/priority backlog |
/milestone clear |
I think this is solved. Otherwise feel free to open a new issue. /close |
@ameukam: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
On relnotes.k8s.io we want to fetch the release notes for each release directly from the bucket using a AJAX call. Relevant issue: kubernetes/release#1087
While trying to fetch the object using a gcsweb.k8s.io link (eg. https://gcsweb.k8s.io/gcs/kubernetes-release/release/release-notes-index.json) we ran into a CORS error. It seems that CORS isn't enabled on the GCS bucket.
Will it be possible to enable CORS on the bucket?
/cc @saschagrunert
The text was updated successfully, but these errors were encountered: