From a407a5cf01ca3d9c203a09a227b87f1026fca6a8 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Thu, 7 Sep 2023 15:27:46 +0200 Subject: [PATCH] Add note on apiAllowedIPs to Release Notes --- ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5ff796e..f655b13 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -25,6 +25,10 @@ is not the number of cores the core hours will be too high by a factor! validity. Some key names have changed, please refer to [config documentation](./configs/README.md) for details. +* The following API endpoints are only accessible from IPs registered using the apiAllowedIPs configuration option: + - `/users/` [GET, POST, DELETE] + - `/user/{id}` [POST] + ** NOTE ** If you are using the sqlite3 backend the `PRAGMA` option `foreign_keys` must be explicitly set to ON. If using the sqlite3 console it is per default set to