From 32fe9f20fe64c4f1088b2ae6387cfb571bec048c Mon Sep 17 00:00:00 2001 From: Simon Bein Date: Fri, 27 Sep 2024 13:41:55 +0200 Subject: [PATCH] Add note on user storage for users created via configuration file Signed-off-by: Simon Bein --- content/docs/connectors/local.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/connectors/local.md b/content/docs/connectors/local.md index 1310ed7..287268a 100644 --- a/content/docs/connectors/local.md +++ b/content/docs/connectors/local.md @@ -40,6 +40,7 @@ To specify users within the configuration file, the `staticPasswords` option can * `username`: The username associated with the user. * `userID`: The unique identifier (ID) of the user. +Users created via the configuration file are stored only in memory and not in the underlying configured storage. #### Dynamic configuration (API) Users can be dynamically managed via the gRPC API, offering a versatile method to handle user-related operations within the system.