Temporarily remove all authentication
Some checks are pending
Some checks are pending
This commit is contained in:
parent
37d34813ee
commit
54a5da1c8b
1 changed files with 1 additions and 6 deletions
|
@ -20,13 +20,8 @@ http {
|
|||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
# Public read access for all GET requests to registry API
|
||||
# Public access for all registry API requests (temporary for testing)
|
||||
location /v2/ {
|
||||
limit_except GET {
|
||||
auth_basic "Registry Realm";
|
||||
auth_basic_user_file /etc/nginx/auth/auth.htpasswd;
|
||||
}
|
||||
|
||||
proxy_pass https://registry_api;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
|
Loading…
Add table
Reference in a new issue