mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
support dynamic redirect_uri based on incoming 'host' header (#13666)
This feature is useful in situations when console is exposed over multiple intranent or internet entities when users are connecting over local IP v/s going through load balancer. Related console work was merged here https://github.com/minio/console/commit/373bfbfe3f16e6f7d376fb9765a4610d76cf15a2
This commit is contained in:
@@ -44,14 +44,14 @@ require (
|
||||
github.com/lib/pq v1.9.0
|
||||
github.com/miekg/dns v1.1.43
|
||||
github.com/minio/cli v1.22.0
|
||||
github.com/minio/console v0.12.3
|
||||
github.com/minio/console v0.12.4-0.20211116014825-f5234d283099
|
||||
github.com/minio/csvparser v1.0.0
|
||||
github.com/minio/highwayhash v1.0.2
|
||||
github.com/minio/kes v0.14.0
|
||||
github.com/minio/madmin-go v1.1.12
|
||||
github.com/minio/minio-go/v7 v7.0.15
|
||||
github.com/minio/parquet-go v1.1.0
|
||||
github.com/minio/pkg v1.1.6
|
||||
github.com/minio/pkg v1.1.7
|
||||
github.com/minio/selfupdate v0.3.1
|
||||
github.com/minio/sha256-simd v1.0.0
|
||||
github.com/minio/simdjson-go v0.2.1
|
||||
|
||||
Reference in New Issue
Block a user