Просмотр исходного кода

Set private to true for access/secret keys

Waqar Ahmed 5 лет назад
Родитель
Сommit
68c5577366
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      test/minio/8.0.5/questions.yaml

+ 2 - 0
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