We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f1d9e2 + 2541efb commit f55c821Copy full SHA for f55c821
docker-compose/teleport/compose.yaml
@@ -5,7 +5,7 @@
5
# external: true
6
services:
7
teleport:
8
- image: public.ecr.aws/gravitational/teleport-distroless:16.4.13
+ image: public.ecr.aws/gravitational/teleport-distroless:17.0.1
9
container_name: teleport
10
ports:
11
# -- (Optional) Remove this section, when using Traefik
docker-compose/teleport/config/teleport.yaml
@@ -21,10 +21,6 @@ auth_service:
21
# webauthn:
22
# rp_id: your-server-url
23
# connector_name: passwordless
24
- # -- (Optional) Teleport Assist
25
- # assist:
26
- # openai:
27
- # api_token_path: /etc/teleport/openai_key
28
29
ssh_service:
30
enabled: false
0 commit comments