Skip to content

Commit

Permalink
Add Teleport Assist config option removal. (#43313)
Browse files Browse the repository at this point in the history
* Add Teleport Assist config option removal.

* Update CHANGELOG.md

Co-authored-by: Paul Gottschling <[email protected]>

---------

Co-authored-by: Paul Gottschling <[email protected]>
  • Loading branch information
jakule and ptgott committed Jun 20, 2024
1 parent 1cd085e commit 91a320d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ consistent with other access request plugins: a role must now contain the

Detailed setup instructions are available in the [documentation](https://github.com/gravitational/teleport/blob/branch/v16/docs/pages/access-controls/access-request-plugins/opsgenie.mdx).

#### Teleport Assist has been removed

Teleport Assist chat has been removed from Teleport 16. `auth_service.assist` and `proxy_service.assist`
options have been removed from the configuration. Teleport will not start if these options are present.

During the migration from v15 to v16, the options mentioned above should be removed from the configuration.

#### New required permissions for DynamoDB

Teleport clusters using the DynamoDB backend on AWS now require the
Expand Down
13 changes: 0 additions & 13 deletions docs/pages/includes/config-reference/auth-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,19 +412,6 @@ auth_service:
# characters in their hostnames.
case_insensitive_routing: false

# Configuration for the Teleport Assist functionality
assist:
openai:
# An absolute path to the file containing the API token for OpenAI.
# This is required for Assist functionality.
api_token_path: /etc/teleport/openai_key

# When executing commands on servers through Teleport Assist,
# this is the maximum number of servers that Assist will connect to in parallel.
# This only applies in the context of a single command execution -
# if multiple users are using Assist concurrently, more connections may be made.
command_execution_workers: 30

# AccessMonitoring is a set of options related to the Access Monitoring feature.
access_monitoring:
# Turn on Access Monitoring. Default is 'no'.
Expand Down
7 changes: 0 additions & 7 deletions docs/pages/includes/config-reference/proxy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ proxy_service:
# one IPs will be rejected.
trust_x_forwarded_for: false

# Configuration for the Teleport Assist functionality
assist:
openai:
# An absolute path to the file containing the API token for OpenAI.
# This is required for Assist functionality.
api_token_path: /etc/teleport/openai_key

# Configuration for the built-in version server for agent automatic updates.
# If you leave this configuration unset, a default channel is created and
# serves the Teleport version run by the Proxy Service.
Expand Down

0 comments on commit 91a320d

Please sign in to comment.