Commit 68c55773 authored by Waqar Ahmed's avatar Waqar Ahmed

Set private to true for access/secret keys

parent 63b3aee6
...@@ -83,6 +83,7 @@ questions: ...@@ -83,6 +83,7 @@ questions:
group: "Minio Configuration" group: "Minio Configuration"
schema: schema:
type: string type: string
private: true
required: true required: true
min_length: 5 min_length: 5
max_length: 20 max_length: 20
...@@ -92,6 +93,7 @@ questions: ...@@ -92,6 +93,7 @@ questions:
group: "Minio Configuration" group: "Minio Configuration"
schema: schema:
type: string type: string
private: true
required: true required: true
min_length: 8 min_length: 8
max_length: 40 max_length: 40
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment