update docs to remove _OLD credential references

also update the docs about config, IAM on encryption.
This commit is contained in:
Harshavardhana
2021-05-04 10:06:16 -07:00
parent c8aa56ccd7
commit 804a23a06d
2 changed files with 1 additions and 24 deletions

View File

@@ -120,11 +120,6 @@ var (
"Please check the passed value",
"MINIO_CACHE_AFTER cannot be used with MINIO_CACHE_COMMIT setting",
)
ErrInvalidRotatingCredentialsBackendEncrypted = newErrFn(
"Invalid rotating credentials",
"Please set correct rotating credentials in the environment for decryption",
`Detected encrypted config backend, correct old access and secret keys should be specified via environment variables MINIO_ROOT_USER_OLD and MINIO_ROOT_PASSWORD_OLD to be able to re-encrypt the MinIO config, user IAM and policies with new credentials`,
)
ErrInvalidCredentialsBackendEncrypted = newErrFn(
"Invalid credentials",