minio/cmd/crypto
Harshavardhana 9e7a3e6adc Extend further validation of config values (#8469)
- This PR allows config KVS to be validated properly
  without being affected by ENV overrides, rejects
  invalid values during set operation

- Expands unit tests and refactors the error handling
  for notification targets, returns error instead of
  ignoring targets for invalid KVS

- Does all the prep-work for implementing safe-mode
  style operation for MinIO server, introduces a new
  global variable to toggle safe mode based operations
  NOTE: this PR itself doesn't provide safe mode operations
2019-10-30 23:39:09 -07:00
..
config.go Extend further validation of config values (#8469) 2019-10-30 23:39:09 -07:00
doc.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
error.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
header.go make SSE request header check comprehensive (#8276) 2019-09-21 03:26:12 +05:30
header_test.go make SSE request header check comprehensive (#8276) 2019-09-21 03:26:12 +05:30
help.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
key.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
key_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
kms.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
kms_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
legacy.go Extend further validation of config values (#8469) 2019-10-30 23:39:09 -07:00
metadata.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
metadata_test.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
parse.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
parse_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
sse.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
sse_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
vault.go Add etcd part of config support, add noColor/json support (#8439) 2019-10-30 00:04:39 -07:00
vault_test.go Add etcd part of config support, add noColor/json support (#8439) 2019-10-30 00:04:39 -07:00