Skip to content

Commit

Permalink
Add note on user storage for users created via configuration file
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bein <simontheleg@gmail.com>
  • Loading branch information
SimonTheLeg committed Sep 27, 2024
1 parent 74826c4 commit 32fe9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/connectors/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32fe9f2

Please sign in to comment.