#11275 https://getfedora.org/static/fedora.gpg returns 404
Closed: Fixed by ryanlerch. Opened by omos.

The URL redirects to https://fedoraproject.org/static/fedora.gpg, which in turn returns 404. It used to work before.

Can it be fixed, please? I have automation that relies on it to verify cloud images downloaded from mirrors.


I think the new link is https://fedoraproject.org/fedora.gpg

We may be able to setup a redirect.

Metadata Update from @kevin:
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: low-gain, low-trouble, ops

Metadata Update from @ryanlerch:
- Issue assigned to ryanlerch

If this is the way to do it:

https://pagure.io/fedora-infra/ansible/pull-request/1411

Metadata Update from @ryanlerch:
- Issue priority set to: Needs Review (was: Waiting on Assignee)

So I merged and deployed the change with -t fedoraproject.org, but it doesn't work. My suspicion is that this redirect will catch it first:

  - role: httpd/redirect
    shortname: main-fedoraproject
    website: getfedora.org
    target: https://fedoraproject.org/
    tags:
    - fedoraproject.org

@ryanlerch You should probably try to redirect from https://fedoraproject.org/static/fedora.gpg to https://fedoraproject.org/fedora.gpg instead of trying to redirect this directly from https://getfedora.org/static/fedora.gpg

Metadata Update from @kevin:
- Issue priority set to: Waiting on Assignee (was: Needs Review)

thanks @zlopez tried that change:

https://pagure.io/fedora-infra/ansible/pull-request/1413

going to run the playbook now

thanks @zlopez that worked!

https://fedoraproject.org/static/fedora.gpg

now redirects to

https://fedoraproject.org/fedora.gpg

Metadata Update from @ryanlerch:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Nice, thanks for the fix!

Metadata