-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Basic Auth problem #34
Comments
It's not documented, but you need to set @pottava why is that needed for basic auth? https://github.com/pottava/aws-s3-proxy/blob/master/internal/http/handler-wrapper.go#L32 |
Thank you @snahor now it's work as expected |
@snahor @skrypnyk-dmytro Sorry for the inconvenience. It is my mistake. I'll fix this issue in the next patch. |
pottava
added a commit
that referenced
this issue
Feb 9, 2020
I think it's fixed. Thank you for your patience. |
dineshgadge
pushed a commit
to dineshgadge/aws-s3-proxy
that referenced
this issue
Dec 6, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi!
All works well except basic auth. It no ask the pass and I can access to any resource without any creds.
This is my docker-compose.yml
proxy:
image: pottava/s3-proxy
ports:
env_file: .env
environment:
container_name: proxy
Logs:
$ docker-compose up --build
Creating proxy ... done
Attaching to proxy
proxy | 2020/01/14 09:45:43 [config] Proxy to mifprojects-english-study-video
proxy | 2020/01/14 09:45:43 [config] AWS Region: eu-central-1
proxy | 2020/01/14 09:45:43 [config] Basic authentication: admin
proxy | 2020/01/14 09:45:43 [service] listening on :80
proxy | 2020/01/14 09:45:50 [myip:33520] 0.114 200 GET /
The text was updated successfully, but these errors were encountered: