Fix Session validation for MCS Operator Mode (#191)
* Fix Session validation for MCS Operator Mode * Updated assets
This commit is contained in:
@@ -17,12 +17,6 @@
|
||||
package restapi
|
||||
|
||||
const (
|
||||
// consts for common configuration
|
||||
M3Version = `0.1.0`
|
||||
M3Hostname = "M3_HOSTNAME"
|
||||
M3Port = "M3_PORT"
|
||||
M3TLSHostname = "M3_TLS_HOSTNAME"
|
||||
M3TLSPort = "M3_TLS_PORT"
|
||||
// M3TenantMemorySize Memory size to be used when creating MinioInstance request
|
||||
M3TenantMemorySize = "M3_TENANT_MEMORY_SIZE"
|
||||
// McsTenantMemorySize Memory size to be used when creating MinioInstance request
|
||||
McsTenantMemorySize = "MCS_TENANT_MEMORY_SIZE"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user