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

373bfbfe3f
This commit is contained in:
Harshavardhana
2021-11-16 18:40:39 -08:00
committed by GitHub
parent 367cb48096
commit 8378bc9958
5 changed files with 68 additions and 50 deletions

4
go.mod
View File

@@ -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