From 66d6c45167e9a1d0cfe8e51ec5b02cd3b9800499 Mon Sep 17 00:00:00 2001
From: Bastien Abadie <abadie@teklia.com>
Date: Thu, 18 Apr 2024 09:38:35 +0200
Subject: [PATCH] Remove recently deprecated settings

---
 content/deployment/configuration.md | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/content/deployment/configuration.md b/content/deployment/configuration.md
index d4511616..83824afa 100644
--- a/content/deployment/configuration.md
+++ b/content/deployment/configuration.md
@@ -386,10 +386,6 @@ The AWS region the S3 buckets are located in. This has no effect when `endpoint`
 
 The Secret Access Key for read/write access to S3 buckets.
 
-## `internal_group_id`
-
-ID of the user group that will designate "internal" users. Internal users will not have access to the admin but will override corpora access control, allowing full read/write access for Ponos tasks and ML workers. Defaults to 2.
-
 ## `job_timeouts`
 
 *Since Arkindex 1.1.0.* Defines the asynchronous task timeouts for each of the asynchronous task types that Arkindex uses.
@@ -459,7 +455,6 @@ Default to `3000`
 Default environment variables sent along with every Ponos workflow the Arkindex backend starts. For default tasks and Arkindex client auto-configuration, the following three variables should be defined:
 
 * `ARKINDEX_API_URL`
-* `ARKINDEX_API_TOKEN`
 * `ARKINDEX_API_CSRF_COOKIE`
 
 Any custom variables defined here will not be used or checked by the backend.
@@ -470,12 +465,6 @@ Allows autoconfiguration of the [Arkindex client](http://pypi.org/project/arkind
 
 The CSRF cookie name is automatically deduced from the `csrf.cookie_name` setting and this variable is always set, but it is possible to override this value explicitly in the configuration file.
 
-#### `ponos.default_env.ARKINDEX_API_TOKEN`
-
-Allows autoconfiguration of the [Arkindex client](http://pypi.org/project/arkindex-client) by setting an API token for the Arkindex API.
-
-This should be set to the API token of a user in the `Internal` group. This defaults to `deadbeefTestToken` when `arkindex_env` is set to `dev`.
-
 #### `ponos.default_env.ARKINDEX_API_URL`
 
 Allows autoconfiguration of the [Arkindex client](http://pypi.org/project/arkindex-client) by setting the base URL of the Arkindex API.
-- 
GitLab