minio/cmd/crypto
Harshavardhana ee4a6a823d Migrate config to KV data format (#8392)
- adding oauth support to MinIO browser (#8400) by @kanagaraj
- supports multi-line get/set/del for all config fields
- add support for comments, allow toggle
- add extensive validation of config before saving
- support MinIO browser to support proper claims, using STS tokens
- env support for all config parameters, legacy envs are also
  supported with all documentation now pointing to latest ENVs
- preserve accessKey/secretKey from FS mode setups
- add history support implements three APIs
  - ClearHistory
  - RestoreHistory
  - ListHistory
- add help command support for each config parameters
- all the bug fixes after migration to KV, and other bug
  fixes encountered during testing.
2019-10-22 22:59:13 -07:00
..
config.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -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 Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -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 Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
vault_test.go crypto: add unit test for vault config verification (#7413) 2019-04-10 11:05:53 -07:00