From 68c5577366427fa62e105b92dc8bd67042de6a9e Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Wed, 9 Dec 2020 18:52:54 +0500 Subject: [PATCH] Set private to true for access/secret keys --- test/minio/8.0.5/questions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/minio/8.0.5/questions.yaml b/test/minio/8.0.5/questions.yaml index d2e4e33d9e9..f6c3121acfe 100644 --- a/test/minio/8.0.5/questions.yaml +++ b/test/minio/8.0.5/questions.yaml @@ -83,6 +83,7 @@ questions: group: "Minio Configuration" schema: type: string + private: true required: true min_length: 5 max_length: 20 @@ -92,6 +93,7 @@ questions: group: "Minio Configuration" schema: type: string + private: true required: true min_length: 8 max_length: 40