-
Notifications
You must be signed in to change notification settings - Fork 28
🎨 docker-api-proxy
always requires authentication (⚠️devops)
#7586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
🎨 docker-api-proxy
always requires authentication (⚠️devops)
#7586
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7586 +/- ##
==========================================
+ Coverage 87.06% 87.73% +0.66%
==========================================
Files 1726 1767 +41
Lines 66633 68233 +1600
Branches 1125 1123 -2
==========================================
+ Hits 58017 59864 +1847
+ Misses 8324 8062 -262
- Partials 292 307 +15
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
docker-api-proxy
always requires authentication nowdocker-api-proxy
always requires authentication now (⚠️devops)
…ic-auth-to-docker-api-proxy
docker-api-proxy
always requires authentication now (⚠️devops)docker-api-proxy
always requires authentication (⚠️devops)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx. Left some comments.
services/docker-api-proxy/tests/integration/test_docker_api_proxy.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
@Mergifyio queue |
🟠 Waiting for conditions to match
|
|
@@ -12,4 +12,7 @@ echo "$INFO" "User :$(id "$(whoami)")" | |||
# | |||
# RUNNING application | |||
# | |||
socat TCP-LISTEN:8888,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock | |||
socat TCP-LISTEN:8889,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is it for? Why do we need it?
:8888 { | ||
handle { | ||
basicauth { | ||
{$DOCKER_API_PROXY_USER} {$DOCKER_API_PROXY_ECRYPTED_PASSWORD} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{$DOCKER_API_PROXY_USER} {$DOCKER_API_PROXY_ECRYPTED_PASSWORD} | |
{$DOCKER_API_PROXY_USER} {$DOCKER_API_PROXY_ENCRYPTED_PASSWORD} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
I will look for IP Whitelisting options in Caddy before going ahead
@@ -0,0 +1,11 @@ | |||
:8888 { | |||
handle { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me see how we can configre IP Whitelisting in Caddy before we go ahead
What do these changes do?
Related issue/s
docker-api-proxy
shall require basic auth #7223How to test