From 1a8c129bbb77a9631b7abdb087e25fd76815e9d9 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 18 Dec 2022 02:08:19 +0100 Subject: [PATCH] change type to password for the storage-s3-access-key --- config_panel.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 7100153..46e838b 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -328,8 +328,7 @@ type = "string" ask.en = "Secret key part of the S3 credentials." ask.fr = "Clé secrète du service compatible S3." bind = "storage-s3-secret-key:__FINALPATH__/config.yaml" -redact = true -type = "string" +type = "password" [storage.storage.s3.storage-s3-bucket] ask.en = "Name of the storage bucket."