401 Unauthorized Error + Repository is Unsigned Error from apt-puppetcore Repository on Ubuntu #92
Unanswered
securitasis
asked this question in
Troubleshooting
Replies: 2 comments
-
Seems like the need for authentication on the repositories is expected: puppetlabs/puppetlabs-puppet_agent#757 It's due to https://www.puppet.com/blog/open-source-puppet-updates-2025. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your first have to accept the EULA and then create the api key: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
I am experiencing an issue when running
sudo apt update
on freshly provisioned Ubuntu systems (20.04, 22.04, and 24.04). The update process fails with a 401 Unauthorized error related to the Puppet repository. Below is the excerpt from the terminal output:sudo apt update Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Hit:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu noble-security InRelease Err:4 https://apt-puppetcore.puppet.com noble InRelease 401 Unauthorized [IP: 65.8.248.69 443] Reading package lists... E: Failed to fetch https://apt-puppetcore.puppet.com/dists/noble/InRelease 401 Unauthorized [IP: 65.8.248.69 443] E: The repository 'https://apt-puppetcore.puppet.com noble InRelease' is not signed.
I have also attached the full debug log for your reference:
puppet8_install_debug.log
Background:
install-puppet8.ps
script that sets up Puppet on these Ubuntu versions.What I've Tried:
Request for Assistance:
I appreciate any insights, troubleshooting tips, or recommendations from the community. Thank you for your support and for taking the time to help resolve this issue.
Best regards,
Jerry Collins | Securitasis
Beta Was this translation helpful? Give feedback.
All reactions