- fixed issue when deploying tenant with tls disabled - applied new design for tenant details and license screens - added license refresh job to operator console - added new refresh license endpoint - console operator not longer store CONSOLE_ACCESS_KEY and CONSOLE_SECRET_KEY values in the tenant-console-secret Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
40 lines
1.4 KiB
Modula-2
40 lines
1.4 KiB
Modula-2
module github.com/minio/console
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/blang/semver/v4 v4.0.0
|
|
github.com/cheggaaa/pb/v3 v3.0.6
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
|
github.com/go-openapi/errors v0.19.6
|
|
github.com/go-openapi/loads v0.19.5
|
|
github.com/go-openapi/runtime v0.19.19
|
|
github.com/go-openapi/spec v0.19.8
|
|
github.com/go-openapi/strfmt v0.19.5
|
|
github.com/go-openapi/swag v0.19.9
|
|
github.com/go-openapi/validate v0.19.10
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/minio/cli v1.22.0
|
|
github.com/minio/direct-csi v1.2.8
|
|
github.com/minio/kes v0.11.0
|
|
github.com/minio/mc v0.0.0-20210301162250-f9d36f9b5243
|
|
github.com/minio/minio v0.0.0-20210301203133-e8d8dfa3ae8f
|
|
github.com/minio/minio-go/v7 v7.0.10
|
|
github.com/minio/operator v0.0.0-20210317030027-207337abe7fd
|
|
github.com/minio/operator/logsearchapi v0.0.0-20210201110528-753019b838b4
|
|
github.com/minio/selfupdate v0.3.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/secure-io/sio-go v0.3.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/unrolled/secure v1.0.7
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
|
golang.org/x/net v0.0.0-20201216054612-986b41b23924
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
k8s.io/api v0.20.2
|
|
k8s.io/apimachinery v0.20.2
|
|
k8s.io/client-go v0.20.2
|
|
)
|