-
Notifications
You must be signed in to change notification settings - Fork 929
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
Debian CloudFoundry key not accessible by typical wget / curl on Ubuntu #2390
Comments
|
Getting the same access denied ` <TITLE>Access Denied</TITLE>Access DeniedYou don't have permission to access "http://packages.cloudfoundry.org/stable?" on this server.
This was working well until yesterday late afternoon UTC+1 |
|
I can confirm. This started failing today. Akamai is returning a 403 when retrieving the GPG key using curl or wget. |
|
This access denied is also returned when trying to download compressed binaries with: |
|
It looks like the 403 error is because of the curl user agent. Doing the same request without the user agent (option Further to the above:
|
|
It is also possible to use a custom user agent like for a standard Chrome browser to be able to retrieve the pgp key. |
|
Thanks for all the validation here! I was creating a build process using the CF cli for the first time yesterday. It worked in my first workflow but failed in my second and I couldn't understand what I had done wrong. Bad luck/timing it seems! 😆 |
Haha, yes. Using it also in a couple of pipelines for my customers and they all mentioned the issue. |
|
We're looking into this issue. CC @ccjaimes |
|
This issue should be resolved by now. The primary reason is a new CDN security rule to fight bots. We will take additional steps to improve monitoring to respond faster to such incidents. |
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1to help debug the issue.Describe the bug and the command you saw an issue with
I am attempting to use the CF CLI on Ubuntu (in a GitHub action via ubuntu-latest runner, and reproduced locally on Ubuntu 22.04 as well)
What happened
-Aoption.Expected behavior
CF8-CLI to install correctly
Exact Steps To Reproduce
On Ubuntu 22.04
What does work (workaround):
It appears that some sort of security tooling or configuration is blocking access to the public key data via typical
wget/curlcommands, which have a legitimate use case.The text was updated successfully, but these errors were encountered: