From d10c2051075f59d9798035be0bcb0b8c4ddd264b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Hru=C5=A1ka?= Date: Wed, 26 Jul 2023 10:49:57 +0200 Subject: [PATCH] AES key comment --- etc/seacatauth.conf | 3 ++- example/docker/seacatauth-conf/seacatauth.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/seacatauth.conf b/etc/seacatauth.conf index 172c8197..c9a0665c 100644 --- a/etc/seacatauth.conf +++ b/etc/seacatauth.conf @@ -6,7 +6,8 @@ auth_webui_base_url=http://localhost/auth type=mongodb mongodb_uri=mongodb://localhost:27017/ mongodb_database=auth -# A non-empty AES encryption key is required +# A non-empty AES encryption key is required. +# It should be a random string at least 16 characters long. # aes_key= [seacatauth:credentials:mongodb:default] diff --git a/example/docker/seacatauth-conf/seacatauth.conf b/example/docker/seacatauth-conf/seacatauth.conf index a12f5073..5a90ff51 100644 --- a/example/docker/seacatauth-conf/seacatauth.conf +++ b/example/docker/seacatauth-conf/seacatauth.conf @@ -6,7 +6,8 @@ auth_webui_base_url=http://localhost/auth type=mongodb mongodb_uri=mongodb://localhost:27017/ mongodb_database=auth -# A non-empty AES encryption key is required +# A non-empty AES encryption key is required. +# It should be a random string at least 16 characters long. # aes_key= [seacatauth:credentials:mongodb:default]