Update apiserver.conf

Sync config notes with documentation
This commit is contained in:
Vladimir Igoshin 2025-06-04 15:23:39 +03:00 committed by GitHub
parent d998b46cb2
commit cd0f72b7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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