-
Notifications
You must be signed in to change notification settings - Fork 466
Description
NOTE
If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.
Expected Behavior
Minio console forwards the correct clientIP to the minio-go client
Current Behavior
Minio console caches the first clientIP it sees and then reuses it along with the client even if the clientIP changed.
Possible Solution
Cache only the client (if possible) and set the clientIP
every time in GetConsoleHTTPClient
Steps to Reproduce (for bugs)
See original issue (below)
Context
This a follow up to an issue/discussion on minio/minio: see minio/minio#17878 (comment)
Regression
No
Your Environment
Version used (minio --version): RELEASE.2023-08-04T17-40-21Z (didn't test with the latest version yet.
Server setup and configuration:
4 vm
1 podman pod with 1 minio container and 1 nginx container each
Operating System and version (uname -a): Host runs Ubuntu 22.04 with podman 4.6.0