From cd0f72b7e6645d5eaa0fee9c73a5e510246b1cad Mon Sep 17 00:00:00 2001 From: Vladimir Igoshin <64642744+djiboshin@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:23:39 +0300 Subject: [PATCH] Update apiserver.conf Sync config notes with documentation --- apiserver/config/default/apiserver.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/config/default/apiserver.conf b/apiserver/config/default/apiserver.conf index aeb1fbf..fad1cc0 100644 --- a/apiserver/config/default/apiserver.conf +++ b/apiserver/config/default/apiserver.conf @@ -86,7 +86,7 @@ # } # # A list of fixed users -# # Note: password may be bcrypt-hashed (generate using `python -c 'import bcrypt; print(bcrypt.hashpw("password", bcrypt.gensalt()))'`) +# # Note: password may be base64-encoded bcrypt-hashed (generate using `python -c 'import bcrypt,base64; print(base64.b64encode(bcrypt.hashpw("password".encode(), bcrypt.gensalt())))'`) # fixed_users { # enabled: true # pass_hashed: false