diff --git a/content/deployment/configuration.md b/content/deployment/configuration.md index d45116160b49946395784258b79f749ca189b2d4..83824afa05aa56f15b668c173ccea230b781af35 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.