Set private to true for access/secret keys

This commit is contained in:
Waqar Ahmed 2020-12-09 18:52:54 +05:00
parent 63b3aee66b
commit 68c5577366
1 changed files with 2 additions and 0 deletions

View File

@ -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