diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 4c5e0b6cd..6f7505b91 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -530,6 +530,7 @@ export const S3_TEXT_FIELDS_INFO = { secret: { fieldName: 'secret', label: 'Secret key', + type: 'password', maxLength: 255, placeholder: 'your secret key', tip: '',