Skip to content

Cannot install via APT repository, 403 Forbidden #1057

@mlaurense

Description

@mlaurense

Description

Trying to install NewRelic via APT using Ansible gives a 403 Forbidden response, from Cloudflare, Ray ID 934d2c554dc57271

Steps to Reproduce

Relevant Ansible file

- name: Add NewRelic Signing Key
  apt_key:
    url: https://download.newrelic.com/548C16BF.gpg
    state: present
- name: Add NewRelic PPA
  apt_repository:
    repo: 'deb http://apt.newrelic.com/debian/ newrelic non-free'
    state: present

Expected Behavior

Installed NewRelic

Relevant Logs / Console output

env DEBIAN_FRONTEND=noninteractive apt-get update -y
E: Failed to fetch http://apt.newrelic.com/debian/dists/newrelic/InRelease  403  Forbidden [IP: 162.247.242.3 80]
E: The repository 'http://apt.newrelic.com/debian newrelic InRelease' is no longer signed.

Your Environment

Ubuntu 22.04.5 LTS

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions