Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Teleport Assist config option removal. #43313

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ for setup instructions.

#### Teleport Assist has been removed

Teleport Assist chat has been removed from Teleport 16.
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 mentioned above options should be removed from the configuration.
jakule marked this conversation as resolved.
Show resolved Hide resolved

#### DynamoDB permission requirements have changed

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
Loading