Skip to content

infra: gpg key access for live repositories #138

Closed
@Totktonada

Description

@Totktonada

Those base URL should be equivalent (in context of repositories):

However it is not so:

$ curl -D - https://download.tarantool.org/tarantool/1.10/gpgkey
HTTP/1.1 200 OK
Server: nginx/1.9.2
Date: Wed, 04 Aug 2021 11:04:25 GMT
Content-Type: application/octet-stream
Content-Length: 2869
Last-Modified: Fri, 13 Mar 2020 06:50:44 GMT
Connection: keep-alive
ETag: "5e6b2d44-b35"
X-XSS-Protection: 0
Accept-Ranges: bytes

-----BEGIN PGP PUBLIC KEY BLOCK-----
<...>

$ curl -D - https://download.tarantool.org/tarantool/live/1.10/gpgkey
HTTP/1.1 302 Moved Temporarily
Server: nginx/1.9.2
Date: Wed, 04 Aug 2021 11:04:15 GMT
Content-Type: text/html
Content-Length: 160
Connection: keep-alive
Location: https://www.tarantool.io/download/
X-XSS-Protection: 0

<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.9.2</center>
</body>
</html>

Found in tarantool/setup-tarantool#16 (comment)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions