You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backports #50923
- Web UI source
- README
- lib
- api
Do not touch docs URLs in test case names or test data where we don't
expect users to navigate to the URLs.
You can set up Teleport as a [Linux daemon](https://goteleport.com/docs/#set-up-a-demo-cluster) or a [Kubernetes deployment](https://goteleport.com/docs/deploy-a-cluster/helm-deployments/).
65
+
You can set up Teleport as a [Linux daemon](https://goteleport.com/docs/admin-guides/deploy-a-cluster/linux-demo) or a [Kubernetes deployment](https://goteleport.com/docs/admin-guides/deploy-a-cluster/helm-deployments/).
66
66
67
67
Teleport focuses on best practices for infrastructure security:
68
68
@@ -98,7 +98,7 @@ deployment that makes it easier to enable secure access to your infrastructure.
returnnil, trace.NotFound("U2F is not configured in this cluster, please contact your administrator and ask them to follow https://goteleport.com/docs/access-controls/guides/u2f/")
373
+
returnnil, trace.NotFound("U2F is not configured in this cluster")
returnnil, trace.NotFound("Webauthn is not configured in this cluster, please contact your administrator and ask them to follow https://goteleport.com/docs/access-controls/guides/webauthn/")
385
+
returnnil, trace.NotFound("Webauthn is not configured in this cluster, please contact your administrator and ask them to follow https://goteleport.com/docs/admin-guides/access-controls/guides/webauthn/")
log.WithError(err).Warnf("User %v tried to generate database certificate but is not allowed to impersonate %q system role.",
5505
5505
a.context.User.GetName(), types.RoleDatabase)
5506
-
returnnil, trace.AccessDenied(`access denied. The user must be able to impersonate the builtin role and user "Db" in order to generate database certificates, for more info see https://goteleport.com/docs/database-access/reference/cli/#tctl-auth-sign.`)
5506
+
returnnil, trace.AccessDenied(`access denied. The user must be able to impersonate the builtin role and user "Db" in order to generate database certificates, for more info see https://goteleport.com/docs/reference/agent-services/database-access-reference/cli/#tctl-auth-sign.`)
require.ErrorContains(t, err, "application name \"-foo\" must be a valid DNS subdomain: https://goteleport.com/docs/application-access/guides/connecting-apps/#application-name")
2614
+
require.ErrorContains(t, err, "application name \"-foo\" must be a valid DNS subdomain: https://goteleport.com/docs/enroll-resources/application-access/guides/connecting-apps/#application-name")
# For more information about Azure MySQL auto-discovery: https://goteleport.com/docs/database-access/guides/azure-postgres-mysql/
255
+
# For more information about Azure MySQL auto-discovery: https://goteleport.com/docs/enroll-resources/database-access/enroll-azure-databases/azure-postgres-mysql/
261
256
- types: ["mysql"]
262
257
# Azure subscription IDs to match.
263
258
subscriptions:
@@ -282,7 +277,7 @@ db_service:
282
277
{{- end }}
283
278
{{- if or .AzurePostgresDiscoveryRegions }}
284
279
# Azure Postgres databases auto-discovery.
285
-
# For more information about Azure Postgres auto-discovery: https://goteleport.com/docs/database-access/guides/azure-postgres-mysql/
280
+
# For more information about Azure Postgres auto-discovery: https://goteleport.com/docs/enroll-resources/database-access/enroll-azure-databases/azure-postgres-mysql/
286
281
- types: ["postgres"]
287
282
# Azure subscription IDs to match.
288
283
subscriptions:
@@ -307,7 +302,7 @@ db_service:
307
302
{{- end }}
308
303
{{- if or .AzureRedisDiscoveryRegions }}
309
304
# Azure Cache For Redis databases auto-discovery.
310
-
# For more information about Azure Cache for Redis auto-discovery: https://goteleport.com/docs/database-access/guides/azure-redis/
305
+
# For more information about Azure Cache for Redis auto-discovery: https://goteleport.com/docs/enroll-resources/database-access/enroll-azure-databases/azure-redis/
311
306
- types: ["redis"]
312
307
# Azure subscription IDs to match.
313
308
subscriptions:
@@ -332,7 +327,7 @@ db_service:
332
327
{{- end }}
333
328
{{- if or .AzureSQLServerDiscoveryRegions }}
334
329
# Azure SQL server and Managed instances auto-discovery.
335
-
# For more information about SQL server and Managed instances auto-discovery: https://goteleport.com/docs/database-access/guides/azure-sql-server-ad/
330
+
# For more information about SQL server and Managed instances auto-discovery: https://goteleport.com/docs/enroll-resources/database-access/enroll-azure-databases/azure-sql-server-ad/
0 commit comments