Commit graph

7 commits

Author SHA1 Message Date
Konrad Kleine
224d5d82ee Fix reload issue with HTML5 mode URLs 2015-06-08 15:11:48 +02:00
Konrad Kleine
1b26f26e16 Limit allowed requests to GET method in browse only mode
With this change, no destructive requests (e.g. PUT, POST, DELETE) are allowed
on the frontend site which proxies through to the actual registry. This should
make the browse only mode more safe.

See PR #15
2015-02-13 11:34:33 +01:00
Konrad Kleine
6a9dc4e3ac Add missing piece to Support SSL connection to Docker registry #8
These two options needed to be turned off in my case (see the pull request #8
for more information).

http://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslproxycheckpeername
http://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslproxycheckpeercn
2014-11-28 13:39:45 +01:00
Khoa Tran
9c14f96a24 Add SSLProxyEngine instruction to apache config file. 2014-11-14 17:04:56 -08:00
Khoa Tran
b23b59e3d6 Support SSL-enabled docker registry. Users need to set ENV_DOCKER_REGISTRY_USE_SSL
enable secure connection to Docker registry.
2014-11-14 11:27:19 -08:00
Konrad Kleine
d5430d475f Allow /v1/_ping run unauthenticated 2014-10-10 13:51:41 +02:00
Konrad Kleine
ac23633e19 Replaced NGINX with Apache for Kerberos auth. SSL is working. 2014-09-29 14:05:02 +02:00