Pass multiple IDP config to console (#15270)

This change passes multiple IDP config via a struct 
rather than env variables.
This commit is contained in:
Aditya Manthramurthy
2022-07-22 15:28:02 -07:00
committed by GitHub
parent e83930333b
commit 39fd7b0b3b
3 changed files with 1246 additions and 25 deletions
+3
View File
@@ -220,3 +220,6 @@ require (
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)
// replace github.com/minio/console => ../console
replace github.com/minio/console => github.com/minio/console v0.19.2-0.20220722194038-f26786c904d0