2021-04-18 15:41:13 -04:00
// Copyright (c) 2015-2021 MinIO, Inc.
//
// This file is part of MinIO Object Storage stack
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
2015-12-07 17:12:47 -05:00
2016-08-18 19:23:42 -04:00
package cmd
2015-12-07 17:12:47 -05:00
2016-07-08 23:34:27 -04:00
import (
2016-11-11 10:18:44 -05:00
"crypto/x509"
2021-03-31 12:11:37 -04:00
"errors"
2020-11-02 10:43:11 -05:00
"net/http"
2017-07-12 19:33:21 -04:00
"os"
2020-12-04 12:32:35 -05:00
"sync"
2016-09-09 18:33:35 -04:00
"time"
2023-12-27 14:19:13 -05:00
consoleapi "github.com/minio/console/api"
2023-07-03 15:30:51 -04:00
"github.com/minio/dnscache"
2023-06-19 20:53:08 -04:00
"github.com/minio/madmin-go/v3"
2022-10-28 13:55:42 -04:00
"github.com/minio/minio-go/v7"
2020-07-14 12:38:05 -04:00
"github.com/minio/minio-go/v7/pkg/set"
2023-12-21 11:59:38 -05:00
"github.com/minio/minio/internal/bpool"
2021-06-01 17:59:40 -04:00
"github.com/minio/minio/internal/bucket/bandwidth"
2021-11-25 16:06:25 -05:00
"github.com/minio/minio/internal/config"
2021-06-01 17:59:40 -04:00
"github.com/minio/minio/internal/handlers"
"github.com/minio/minio/internal/kms"
2023-10-18 11:06:57 -04:00
"go.uber.org/atomic"
2018-05-11 15:02:30 -04:00
2021-04-19 11:44:18 -04:00
"github.com/dustin/go-humanize"
2021-06-01 17:59:40 -04:00
"github.com/minio/minio/internal/auth"
2023-11-22 16:46:17 -05:00
"github.com/minio/minio/internal/config/cache"
2022-06-06 19:14:52 -04:00
"github.com/minio/minio/internal/config/callhome"
2021-06-01 17:59:40 -04:00
"github.com/minio/minio/internal/config/compress"
"github.com/minio/minio/internal/config/dns"
2023-11-27 12:15:06 -05:00
"github.com/minio/minio/internal/config/drive"
2022-05-26 20:58:09 -04:00
idplugin "github.com/minio/minio/internal/config/identity/plugin"
2022-05-10 20:14:55 -04:00
polplugin "github.com/minio/minio/internal/config/policy/plugin"
2021-06-01 17:59:40 -04:00
"github.com/minio/minio/internal/config/storageclass"
2021-09-15 00:54:25 -04:00
"github.com/minio/minio/internal/config/subnet"
2021-06-01 17:59:40 -04:00
xhttp "github.com/minio/minio/internal/http"
2021-05-28 13:31:42 -04:00
etcd "go.etcd.io/etcd/client/v3"
2020-04-30 18:55:54 -04:00
2023-03-07 11:12:41 -05:00
levent "github.com/minio/minio/internal/config/lambda/event"
2021-06-01 17:59:40 -04:00
"github.com/minio/minio/internal/event"
"github.com/minio/minio/internal/pubsub"
2023-09-04 15:57:37 -04:00
"github.com/minio/pkg/v2/certs"
xnet "github.com/minio/pkg/v2/net"
2016-07-08 23:34:27 -04:00
)
config/main: Re-write config files - add to new config v3
- New config format.
```
{
"version": "3",
"address": ":9000",
"backend": {
"type": "fs",
"disk": "/path"
},
"credential": {
"accessKey": "WLGDGYAQYIGI833EV05A",
"secretKey": "BYvgJM101sHngl2uzjXS/OBF/aMxAN06JrJ3qJlF"
},
"region": "us-east-1",
"logger": {
"file": {
"enable": false,
"fileName": "",
"level": "error"
},
"syslog": {
"enable": false,
"address": "",
"level": "debug"
},
"console": {
"enable": true,
"level": "fatal"
}
}
}
```
New command lines in lieu of supporting XL.
Minio initialize filesystem backend.
~~~
$ minio init fs <path>
~~~
Minio initialize XL backend.
~~~
$ minio init xl <url1>...<url16>
~~~
For 'fs' backend it starts the server.
~~~
$ minio server
~~~
For 'xl' backend it waits for servers to join.
~~~
$ minio server
... [PROGRESS BAR] of servers connecting
~~~
Now on other servers execute 'join' and they connect.
~~~
....
minio join <url1> -- from <url2> && minio server
minio join <url1> -- from <url3> && minio server
...
...
minio join <url1> -- from <url16> && minio server
~~~
2016-02-12 18:27:10 -05:00
// minio configuration related constants.
const (
2020-05-17 11:46:23 -04:00
GlobalMinioDefaultPort = "9000"
2018-12-18 19:08:11 -05:00
2017-06-20 18:01:13 -04:00
globalMinioDefaultRegion = ""
// This is a sha256 output of ``arn:aws:iam::minio:user/admin``,
// this is kept in present form to be compatible with S3 owner ID
// requirements -
//
// ```
// The canonical user ID is the Amazon S3– only concept.
// It is 64-character obfuscated version of the account ID.
// ```
// http://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example4.html
globalMinioDefaultOwnerID = "02d6176db174dc93cb1b899f7c6078f08654445fe8cf1b6ce98d8855f66bdbf4"
2017-01-18 15:24:34 -05:00
globalMinioDefaultStorageClass = "STANDARD"
globalWindowsOSName = "windows"
2019-10-01 13:42:18 -04:00
globalMacOSName = "darwin"
2017-03-16 15:21:58 -04:00
globalMinioModeFS = "mode-server-fs"
2022-05-30 13:58:37 -04:00
globalMinioModeErasureSD = "mode-server-xl-single"
2020-06-12 23:04:01 -04:00
globalMinioModeErasure = "mode-server-xl"
globalMinioModeDistErasure = "mode-server-distributed-xl"
2020-09-19 11:39:41 -04:00
globalDirSuffix = "__XLDIR__"
globalDirSuffixWithSlash = globalDirSuffix + slashSeparator
2017-09-19 19:08:08 -04:00
2016-05-09 19:18:56 -04:00
// Add new global values here.
config/main: Re-write config files - add to new config v3
- New config format.
```
{
"version": "3",
"address": ":9000",
"backend": {
"type": "fs",
"disk": "/path"
},
"credential": {
"accessKey": "WLGDGYAQYIGI833EV05A",
"secretKey": "BYvgJM101sHngl2uzjXS/OBF/aMxAN06JrJ3qJlF"
},
"region": "us-east-1",
"logger": {
"file": {
"enable": false,
"fileName": "",
"level": "error"
},
"syslog": {
"enable": false,
"address": "",
"level": "debug"
},
"console": {
"enable": true,
"level": "fatal"
}
}
}
```
New command lines in lieu of supporting XL.
Minio initialize filesystem backend.
~~~
$ minio init fs <path>
~~~
Minio initialize XL backend.
~~~
$ minio init xl <url1>...<url16>
~~~
For 'fs' backend it starts the server.
~~~
$ minio server
~~~
For 'xl' backend it waits for servers to join.
~~~
$ minio server
... [PROGRESS BAR] of servers connecting
~~~
Now on other servers execute 'join' and they connect.
~~~
....
minio join <url1> -- from <url2> && minio server
minio join <url1> -- from <url3> && minio server
...
...
minio join <url1> -- from <url16> && minio server
~~~
2016-02-12 18:27:10 -05:00
)
2016-11-22 23:13:20 -05:00
const (
// Limit fields size (except file) to 1Mib since Policy document
// can reach that size according to https://aws.amazon.com/articles/1434
maxFormFieldSize = int64 ( 1 * humanize . MiByte )
2017-09-07 14:16:45 -04:00
// The maximum allowed time difference between the incoming request
// date and server date during signature verification.
globalMaxSkewTime = 15 * time . Minute // 15 minutes skew allowed.
2021-10-04 13:52:28 -04:00
// GlobalStaleUploadsExpiry - Expiry duration after which the uploads in multipart,
// tmp directory are deemed stale.
2020-09-08 18:55:40 -04:00
GlobalStaleUploadsExpiry = time . Hour * 24 // 24 hrs.
2021-02-26 12:52:27 -05:00
2020-09-08 18:55:40 -04:00
// GlobalStaleUploadsCleanupInterval - Cleanup interval when the stale uploads cleanup is initiated.
2021-10-04 13:52:28 -04:00
GlobalStaleUploadsCleanupInterval = time . Hour * 6 // 6 hrs.
2019-07-19 16:20:33 -04:00
2018-10-09 17:00:01 -04:00
// Refresh interval to update in-memory iam config cache.
2022-03-30 20:02:59 -04:00
globalRefreshIAMInterval = 10 * time . Minute
2018-05-04 14:16:14 -04:00
2021-02-26 12:52:27 -05:00
// Limit of location constraint XML for unauthenticated PUT bucket operations.
2018-05-04 14:16:14 -04:00
maxLocationConstraintSize = 3 * humanize . MiByte
2020-02-05 04:42:34 -05:00
// Maximum size of default bucket encryption configuration allowed
maxBucketSSEConfigSize = 1 * humanize . MiByte
2020-06-20 09:36:44 -04:00
// diskFillFraction is the fraction of a disk we allow to be filled.
2021-08-04 18:23:39 -04:00
diskFillFraction = 0.99
2021-06-07 11:13:15 -04:00
2022-05-25 16:20:20 -04:00
// diskReserveFraction is the fraction of a disk where we will fill other server pools first.
// If all pools reach this, we will use all pools with regular placement.
diskReserveFraction = 0.15
2021-06-07 11:13:15 -04:00
// diskAssumeUnknownSize is the size to assume when an unknown size upload is requested.
diskAssumeUnknownSize = 1 << 30
// diskMinInodes is the minimum number of inodes we want free on a disk to perform writes.
diskMinInodes = 1000
2022-01-06 14:34:02 -05:00
// tlsClientSessionCacheSize is the cache size for client sessions.
tlsClientSessionCacheSize = 100
2016-11-22 23:13:20 -05:00
)
2023-12-07 04:33:56 -05:00
type poolDisksLayout struct {
cmdline string
layout [ ] [ ] string
}
type disksLayout struct {
legacy bool
pools [ ] poolDisksLayout
}
type serverCtxt struct {
JSON , Quiet bool
Anonymous bool
StrictS3Compat bool
2023-12-21 11:59:38 -05:00
PreAllocate bool
2023-12-07 04:33:56 -05:00
Addr , ConsoleAddr string
ConfigDir , CertsDir string
configDirSet , certsDirSet bool
Interface string
2023-12-08 15:04:54 -05:00
RootUser , RootPwd string
2023-12-07 04:33:56 -05:00
FTP [ ] string
SFTP [ ] string
UserTimeout time . Duration
ConnReadDeadline time . Duration
ConnWriteDeadline time . Duration
ShutdownTimeout time . Duration
IdleTimeout time . Duration
ReadHeaderTimeout time . Duration
// The layout of disks as interpreted
Layout disksLayout
}
2018-12-18 19:08:11 -05:00
2016-03-24 20:20:49 -04:00
var (
2023-12-07 04:33:56 -05:00
// Global user opts context
globalServerCtxt serverCtxt
2017-01-16 20:05:00 -05:00
// Indicates if the running minio server is distributed setup.
2020-06-12 23:04:01 -04:00
globalIsDistErasure = false
2016-11-28 15:15:36 -05:00
2017-01-23 03:32:55 -05:00
// Indicates if the running minio server is an erasure-code backend.
2020-06-12 23:04:01 -04:00
globalIsErasure = false
2017-01-23 03:32:55 -05:00
2022-05-30 13:58:37 -04:00
// Indicates if the running minio server is in single drive XL mode.
globalIsErasureSD = false
2022-05-16 08:36:00 -04:00
// Indicates if server code should go through testing path.
globalIsTesting = false
2021-04-29 22:01:43 -04:00
// This flag is set to 'true' by default
globalBrowserEnabled = true
2021-07-09 17:27:09 -04:00
// Custom browser redirect URL, not set by default
// and it is automatically deduced.
globalBrowserRedirectURL * xnet . URL
2023-09-13 21:43:57 -04:00
// Disable redirect, default is enabled.
globalBrowserRedirect bool
2017-12-15 15:33:42 -05:00
// This flag is set to 'true' when MINIO_UPDATE env is set to 'off'. Default is false.
globalInplaceUpdateDisabled = false
2021-11-25 16:06:25 -05:00
globalSite = config . Site {
Region : globalMinioDefaultRegion ,
}
2017-04-09 13:44:10 -04:00
2019-04-09 14:39:42 -04:00
// MinIO local server address (in `host:port` format)
2021-06-21 02:04:47 -04:00
globalMinioAddr = ""
2021-06-17 23:27:04 -04:00
2019-04-09 14:39:42 -04:00
// MinIO default port, can be changed through command line.
2022-07-08 16:36:41 -04:00
globalMinioPort = GlobalMinioDefaultPort
globalMinioConsolePort = "13333"
2021-06-17 23:27:04 -04:00
2016-10-18 15:49:24 -04:00
// Holds the host that was passed using --address
globalMinioHost = ""
2021-06-17 23:27:04 -04:00
// Holds the host that was passed using --console-address
globalMinioConsoleHost = ""
2020-04-27 09:25:05 -04:00
// Holds the possible host endpoint.
2023-03-07 11:12:41 -05:00
globalMinioEndpoint = ""
globalMinioEndpointURL * xnet . URL
2016-12-29 06:13:51 -05:00
2018-08-15 00:41:47 -04:00
// globalConfigSys server config system.
globalConfigSys * ConfigSys
2022-08-24 09:42:36 -04:00
globalNotificationSys * NotificationSys
globalEventNotifier * EventNotifier
2023-03-07 11:12:41 -05:00
globalNotifyTargetList * event . TargetList
globalLambdaTargetList * levent . TargetList
2020-03-14 03:01:15 -04:00
2020-05-19 16:53:54 -04:00
globalBucketMetadataSys * BucketMetadataSys
2020-10-09 23:36:00 -04:00
globalBucketMonitor * bandwidth . Monitor
2020-05-19 16:53:54 -04:00
globalPolicySys * PolicySys
globalIAMSys * IAMSys
2023-12-21 11:59:38 -05:00
globalBytePoolCap * bpool . BytePoolCap
2016-10-12 04:03:50 -04:00
2020-07-30 22:55:22 -04:00
globalLifecycleSys * LifecycleSys
globalBucketSSEConfigSys * BucketSSEConfigSys
globalBucketTargetSys * BucketTargetSys
2020-06-04 17:58:34 -04:00
// globalAPIConfig controls S3 API requests throttling,
2023-08-01 13:54:26 -04:00
// healthCheck readiness deadlines and cors settings.
2023-04-28 15:24:14 -04:00
globalAPIConfig = apiConfig { listQuorum : "strict" , rootAccess : true }
2020-04-14 15:46:37 -04:00
2019-10-23 01:59:13 -04:00
globalStorageClass storageclass . Config
2022-05-26 20:58:09 -04:00
globalAuthNPlugin * idplugin . AuthNPlugin
2016-11-11 10:18:44 -05:00
// CA root certificates, a nil value means system certs pool will be used
globalRootCAs * x509 . CertPool
2017-01-11 16:59:51 -05:00
// IsSSL indicates if the server is configured with SSL.
2020-12-22 00:42:38 -05:00
globalIsTLS bool
2017-01-11 16:59:51 -05:00
certs: refactor cert manager to support multiple certificates (#10207)
This commit refactors the certificate management implementation
in the `certs` package such that multiple certificates can be
specified at the same time. Therefore, the following layout of
the `certs/` directory is expected:
```
certs/
│
├─ public.crt
├─ private.key
├─ CAs/ // CAs directory is ignored
│ │
│ ...
│
├─ example.com/
│ │
│ ├─ public.crt
│ └─ private.key
└─ foobar.org/
│
├─ public.crt
└─ private.key
...
```
However, directory names like `example.com` are just for human
readability/organization and don't have any meaning w.r.t whether
a particular certificate is served or not. This decision is made based
on the SNI sent by the client and the SAN of the certificate.
***
The `Manager` will pick a certificate based on the client trying
to establish a TLS connection. In particular, it looks at the client
hello (i.e. SNI) to determine which host the client tries to access.
If the manager can find a certificate that matches the SNI it
returns this certificate to the client.
However, the client may choose to not send an SNI or tries to access
a server directly via IP (`https://<ip>:<port>`). In this case, we
cannot use the SNI to determine which certificate to serve. However,
we also should not pick "the first" certificate that would be accepted
by the client (based on crypto. parameters - like a signature algorithm)
because it may be an internal certificate that contains internal hostnames.
We would disclose internal infrastructure details doing so.
Therefore, the `Manager` returns the "default" certificate when the
client does not specify an SNI. The default certificate the top-level
`public.crt` - i.e. `certs/public.crt`.
This approach has some consequences:
- It's the operator's responsibility to ensure that the top-level
`public.crt` does not disclose any information (i.e. hostnames)
that are not publicly visible. However, this was the case in the
past already.
- Any other `public.crt` - except for the top-level one - must not
contain any IP SAN. The reason for this restriction is that the
Manager cannot match a SNI to an IP b/c the SNI is the server host
name. The entire purpose of SNI is to indicate which host the client
tries to connect to when multiple hosts run on the same IP. So, a
client will not set the SNI to an IP.
If we would allow IP SANs in a lower-level `public.crt` a user would
expect that it is possible to connect to MinIO directly via IP address
and that the MinIO server would pick "the right" certificate. However,
the MinIO server cannot determine which certificate to serve, and
therefore always picks the "default" one. This may lead to all sorts
of confusing errors like:
"It works if I use `https:instance.minio.local` but not when I use
`https://10.0.2.1`.
These consequences/limitations should be pointed out / explained in our
docs in an appropriate way. However, the support for multiple
certificates should not have any impact on how deployment with a single
certificate function today.
Co-authored-by: Harshavardhana <harsha@minio.io>
2020-09-04 02:33:37 -04:00
globalTLSCerts * certs . Manager
2017-07-12 19:33:21 -04:00
2018-04-21 22:23:54 -04:00
globalHTTPServer * xhttp . Server
2023-05-03 17:12:25 -04:00
globalTCPOptions xhttp . TCPOptions
2017-07-12 19:33:21 -04:00
globalHTTPServerErrorCh = make ( chan error )
globalOSSignalCh = make ( chan os . Signal , 1 )
2021-03-27 02:24:07 -04:00
// global Trace system to send HTTP request/response
// and Storage/OS calls info to registered listeners.
2022-10-28 13:55:42 -04:00
globalTrace = pubsub . New [ madmin . TraceInfo , madmin . TraceType ] ( 8 )
2017-10-24 22:04:51 -04:00
2019-12-12 13:01:23 -05:00
// global Listen system to send S3 API events to registered listeners
2022-10-28 13:55:42 -04:00
globalHTTPListen = pubsub . New [ event . Event , pubsub . Mask ] ( 0 )
2019-12-12 13:01:23 -05:00
2019-09-03 14:10:48 -04:00
// global console system to send console logs to
// registered listeners
globalConsoleSys * HTTPConsoleLoggerSys
2023-06-23 14:48:23 -04:00
// All unique drives for this deployment
2020-12-01 16:50:33 -05:00
globalEndpoints EndpointServerPools
2023-06-23 14:48:23 -04:00
// All unique nodes for this deployment
globalNodes [ ] Node
2017-01-23 03:32:55 -05:00
2021-03-26 14:37:58 -04:00
// The name of this local node, fetched from arguments
2023-01-25 13:25:36 -05:00
globalLocalNodeName string
globalLocalNodeNameHex string
2023-06-27 12:23:50 -04:00
globalNodeNamesHex = make ( map [ string ] struct { } )
2021-03-26 14:37:58 -04:00
2021-09-15 00:54:25 -04:00
// The global subnet config
globalSubnetConfig subnet . Config
2021-08-17 14:56:01 -04:00
2022-06-06 19:14:52 -04:00
// The global callhome config
globalCallhomeConfig callhome . Config
2023-11-27 12:15:06 -05:00
// The global drive config
globalDriveConfig drive . Config
2023-11-22 16:46:17 -05:00
// The global cache config
globalCacheConfig cache . Config
2017-02-06 12:29:53 -05:00
// Global server's network statistics
globalConnStats = newConnStats ( )
2017-02-08 03:13:02 -05:00
2017-02-06 12:29:53 -05:00
// Global HTTP request statisitics
globalHTTPStats = newHTTPStats ( )
2023-06-21 12:41:59 -04:00
// Global bucket network and API statistics
2022-06-14 18:14:24 -04:00
globalBucketConnStats = newBucketConnStats ( )
2023-06-21 12:41:59 -04:00
globalBucketHTTPStats = newBucketHTTPStats ( )
2022-06-14 18:14:24 -04:00
2020-03-17 19:37:28 -04:00
// Time when the server is started
globalBootTime = UTCNow ( )
2017-02-08 03:13:02 -05:00
2019-10-30 03:04:39 -04:00
globalActiveCred auth . Credentials
2023-04-29 05:05:28 -04:00
// Captures if root credentials are set via ENV.
globalCredViaEnv bool
2018-02-02 13:17:13 -05:00
globalPublicCerts [ ] * x509 . Certificate
2017-11-14 19:56:24 -05:00
2019-02-22 22:18:01 -05:00
globalDomainNames [ ] string // Root domains for virtual host style requests
2019-04-09 14:39:42 -04:00
globalDomainIPs set . StringSet // Root domain IP address(s) for a distributed MinIO deployment
2017-08-31 14:29:22 -04:00
2020-10-08 15:32:32 -04:00
globalOperationTimeout = newDynamicTimeout ( 10 * time . Minute , 5 * time . Minute ) // default timeout for general ops
globalDeleteOperationTimeout = newDynamicTimeout ( 5 * time . Minute , 1 * time . Minute ) // default time for delete ops
2016-03-24 20:20:49 -04:00
2020-05-08 16:44:44 -04:00
globalBucketObjectLockSys * BucketObjectLockSys
globalBucketQuotaSys * BucketQuotaSys
2020-06-12 23:04:01 -04:00
globalBucketVersioningSys * BucketVersioningSys
2020-04-30 18:55:54 -04:00
2018-02-02 21:18:52 -05:00
// Allocated etcd endpoint for config and bucket DNS.
2018-07-12 17:12:40 -04:00
globalEtcdClient * etcd . Client
2018-02-02 21:18:52 -05:00
2021-10-06 19:36:31 -04:00
// Cluster replication manager.
globalSiteReplicationSys SiteReplicationSys
2022-11-14 10:16:40 -05:00
// Cluster replication resync metrics
globalSiteResyncMetrics * siteResyncMetrics
2019-12-29 11:56:45 -05:00
// Is set to true when Bucket federation is requested
// and is 'true' when etcdConfig.PathPrefix is empty
globalBucketFederation bool
2018-02-02 21:18:52 -05:00
// Allocated DNS config wrapper over etcd client.
2020-07-20 15:28:48 -04:00
globalDNSConfig dns . Store
2018-03-28 17:14:06 -04:00
2019-01-05 17:16:43 -05:00
// GlobalKMS initialized KMS configuration
2021-04-15 11:47:33 -04:00
GlobalKMS kms . KMS
2018-09-27 23:36:17 -04:00
2022-11-08 11:55:55 -05:00
// Common lock for various subsystems performing the leader tasks
globalLeaderLock * sharedLock
2018-12-14 16:35:48 -05:00
// Auto-Encryption, if enabled, turns any non-SSE-C request
// into an SSE-S3 request. If enabled a valid, non-empty KMS
// configuration must be present.
globalAutoEncryption bool
2019-09-26 02:08:24 -04:00
// Is compression enabled?
2020-12-04 12:32:35 -05:00
globalCompressConfigMu sync . Mutex
globalCompressConfig compress . Config
2018-09-27 23:36:17 -04:00
// Some standard object extensions which we strictly dis-allow for compression.
2021-04-19 11:44:18 -04:00
standardExcludeCompressExtensions = [ ] string { ".gz" , ".bz2" , ".rar" , ".zip" , ".7z" , ".xz" , ".mp4" , ".mkv" , ".mov" , ".jpg" , ".png" , ".gif" }
2018-09-27 23:36:17 -04:00
// Some standard content-types which we strictly dis-allow for compression.
standardExcludeCompressContentTypes = [ ] string { "video/*" , "audio/*" , "application/zip" , "application/x-gzip" , "application/x-zip-compressed" , " application/x-compress" , "application/x-spoon" }
2022-05-10 20:14:55 -04:00
// AuthZ Plugin system.
globalAuthZPlugin * polplugin . AuthZPlugin
2018-10-09 17:00:01 -04:00
2018-11-19 17:47:03 -05:00
// Deployment ID - unique per deployment
2023-10-18 11:06:57 -04:00
globalDeploymentIDPtr atomic . Pointer [ string ]
globalDeploymentID = func ( ) string {
ptr := globalDeploymentIDPtr . Load ( )
if ptr == nil {
return ""
}
return * ptr
}
2018-11-19 17:47:03 -05:00
2019-10-28 13:27:49 -04:00
globalAllHealState * allHealState
2019-06-09 01:14:07 -04:00
// The always present healing routine ready to heal objects
2019-10-28 13:27:49 -04:00
globalBackgroundHealRoutine * healRoutine
globalBackgroundHealState * allHealState
2019-06-09 01:14:07 -04:00
2021-07-26 11:00:59 -04:00
globalMRFState mrfState
2021-07-16 01:32:06 -04:00
2020-05-12 22:24:59 -04:00
// If writes to FS backend should be O_SYNC.
globalFSOSync bool
2020-05-23 20:38:39 -04:00
2020-07-03 14:53:03 -04:00
globalProxyEndpoints [ ] ProxyEndpoint
2020-10-16 17:49:05 -04:00
2020-11-02 10:43:11 -05:00
globalInternodeTransport http . RoundTripper
2020-12-22 00:42:38 -05:00
globalProxyTransport http . RoundTripper
2022-06-22 19:28:25 -04:00
globalRemoteTargetTransport http . RoundTripper
2021-10-05 13:13:04 -04:00
globalDNSCache = & dnscache . Resolver {
Timeout : 5 * time . Second ,
}
2021-01-22 18:37:41 -05:00
globalForwarder * handlers . Forwarder
2021-04-19 13:30:42 -04:00
globalTierConfigMgr * TierConfigMgr
2023-08-03 17:16:15 -04:00
globalTierJournal * TierJournal
2021-04-19 13:30:42 -04:00
2023-12-27 14:19:13 -05:00
globalConsoleSrv * consoleapi . Server
2021-08-31 21:52:48 -04:00
2021-11-23 15:02:16 -05:00
// handles service freeze or un-freeze S3 API calls.
globalServiceFreeze atomic . Value
// Only needed for tracking
globalServiceFreezeCnt int32
globalServiceFreezeMu sync . Mutex // Updates.
2023-03-13 09:04:20 -04:00
// List of local drives to this node, this is only set during server startup,
// and should never be mutated. Hold globalLocalDrivesMu to access.
globalLocalDrives [ ] StorageAPI
globalLocalDrivesMu sync . RWMutex
2022-01-24 14:28:45 -05:00
2022-01-24 20:09:12 -05:00
// Is MINIO_CI_CD set?
globalIsCICD bool
globalRootDiskThreshold uint64
2022-03-08 12:54:38 -05:00
// Used for collecting stats for netperf
2022-04-08 00:20:40 -04:00
globalNetPerfMinDuration = time . Second * 10
globalNetPerfRX netPerfRX
2023-07-06 01:28:26 -04:00
globalSiteNetPerfRX netPerfRX
2022-04-08 00:20:40 -04:00
globalObjectPerfBucket = "minio-perf-test-tmp-bucket"
globalObjectPerfUserMetadata = "X-Amz-Meta-Minio-Object-Perf" // Clients can set this to bypass S3 API service freeze. Used by object pref tests.
2022-03-08 12:54:38 -05:00
2022-06-27 06:59:41 -04:00
// MinIO version unix timestamp
globalVersionUnix uint64
2022-07-12 13:12:47 -04:00
// MinIO client
globalMinioClient * minio . Client
2022-11-02 16:36:38 -04:00
// Public key for subnet confidential information
2022-12-12 13:28:15 -05:00
subnetAdminPublicKey = [ ] byte ( "-----BEGIN PUBLIC KEY-----\nMIIBCgKCAQEAyC+ol5v0FP+QcsR6d1KypR/063FInmNEFsFzbEwlHQyEQN3O7kNI\nwVDN1vqp1wDmJYmv4VZGRGzfFw1q+QV7K1TnysrEjrqpVxfxzDQCoUadAp8IxLLc\ns2fjyDNxnZjoC6fTID9C0khKnEa5fPZZc3Ihci9SiCGkPmyUyCGVSxWXIKqL2Lrj\nyDc0pGeEhWeEPqw6q8X2jvTC246tlzqpDeNsPbcv2KblXRcKniQNbBrizT37CKHQ\nM6hc9kugrZbFuo8U5/4RQvZPJnx/DVjLDyoKo2uzuVQs4s+iBrA5sSSLp8rPED/3\n6DgWw3e244Dxtrg972dIT1IOqgn7KUJzVQIDAQAB\n-----END PUBLIC KEY-----" )
subnetAdminPublicKeyDev = [ ] byte ( "-----BEGIN PUBLIC KEY-----\nMIIBCgKCAQEArhQYXQd6zI4uagtVfthAPOt6i4AYHnEWCoNeAovM4MNl42I9uQFh\n3VHkbWj9Gpx9ghf6PgRgK+8FcFvy+StmGcXpDCiFywXX24uNhcZjscX1C4Esk0BW\nidfI2eXYkOlymD4lcK70SVgJvC693Qa7Z3FE1KU8Nfv2bkxEE4bzOkojX9t6a3+J\nR8X6Z2U8EMlH1qxJPgiPogELhWP0qf2Lq7GwSAflo1Tj/ytxvD12WrnE0Rrj/8yP\nSnp7TbYm91KocKMExlmvx3l2XPLxeU8nf9U0U+KOmorejD3MDMEPF+tlk9LB3JWP\nZqYYe38rfALVTn4RVJriUcNOoEpEyC0WEwIDAQAB\n-----END PUBLIC KEY-----" )
2022-11-02 16:36:38 -04:00
2022-11-05 14:09:21 -04:00
globalConnReadDeadline time . Duration
globalConnWriteDeadline time . Duration
2022-11-22 10:23:36 -05:00
// Controller for deleted file sweeper.
deletedCleanupSleeper = newDynamicSleeper ( 5 , 25 * time . Millisecond , false )
2023-05-19 11:44:48 -04:00
// Is _MINIO_DISABLE_API_FREEZE_ON_BOOT set?
globalDisableFreezeOnBoot bool
2023-07-13 14:41:19 -04:00
// Contains NIC interface name used for internode communication
globalInternodeInterface string
globalInternodeInterfaceOnce sync . Once
2023-08-10 10:14:46 -04:00
// Set last client perf extra time (get lock, and validate)
globalLastClientPerfExtraTime int64
2023-08-15 15:22:30 -04:00
// Captures all batch jobs metrics globally
globalBatchJobsMetrics batchJobMetrics
2023-09-12 22:10:49 -04:00
// Indicates if server was started as `--address ":0"`
globalDynamicAPIPort bool
2018-02-02 21:18:52 -05:00
// Add new variable global values here.
2016-09-09 18:33:35 -04:00
)
2022-08-08 19:16:27 -04:00
var globalAuthPluginMutex sync . Mutex
func newGlobalAuthNPluginFn ( ) * idplugin . AuthNPlugin {
globalAuthPluginMutex . Lock ( )
defer globalAuthPluginMutex . Unlock ( )
return globalAuthNPlugin
}
2022-05-25 21:32:53 -04:00
func newGlobalAuthZPluginFn ( ) * polplugin . AuthZPlugin {
2022-08-08 19:16:27 -04:00
globalAuthPluginMutex . Lock ( )
defer globalAuthPluginMutex . Unlock ( )
2022-05-25 21:32:53 -04:00
return globalAuthZPlugin
}
2022-08-08 19:16:27 -04:00
func setGlobalAuthNPlugin ( authn * idplugin . AuthNPlugin ) {
globalAuthPluginMutex . Lock ( )
globalAuthNPlugin = authn
globalAuthPluginMutex . Unlock ( )
}
2022-05-25 21:32:53 -04:00
func setGlobalAuthZPlugin ( authz * polplugin . AuthZPlugin ) {
2022-08-08 19:16:27 -04:00
globalAuthPluginMutex . Lock ( )
2022-05-25 21:32:53 -04:00
globalAuthZPlugin = authz
2022-08-08 19:16:27 -04:00
globalAuthPluginMutex . Unlock ( )
2022-05-25 21:32:53 -04:00
}
2021-03-31 12:11:37 -04:00
var errSelfTestFailure = errors . New ( "self test failed. unsafe to start server" )