Teleport is an open source unified access plane that provides simple, authorized connectivity to linux servers, Kubernetes clusters, Web applications, and databases. Questions must be specifically related to software development, e.g. interacting with the teleport REST API. Questions about configuring or deploying teleport, as well as debugging teleport are off-topic.
Questions tagged [teleport]
23 questions
4
votes
1 answer
Vitest: Wrapper doesn't show "teleported" HTML
imagine we have two components, Modal.vue which is lets say a component that is used to display modal content (uses slots to take in JSX), and Component.vue which is the one with content we wish to test with vitest/jest:
//Modal.vue
…

ReMo
- 83
- 5
2
votes
2 answers
Teleport tsh login error - minimum client version supported by the server is 9.0.0
Getting error while trying to access Teleport via tsh login
error: minimum client version supported by the server is 9.0.0. Please upgrade the client, downgrade the server, or use the
--skip-version-check flag to by-pass this check.
Upgrading…

Patrick
- 1,635
- 2
- 13
- 23
2
votes
1 answer
teleport community auth with private github
We are trying to configure teleport community from gravitational with github connector for authentication. Instead of github.com we want to use our own private installation of github to authenticate against.
I have been unable to find a way how to…

Greg Hill
- 2,148
- 2
- 23
- 27
1
vote
0 answers
How to add Teleport to Unattended-upgrades?
I would like to use unattended upgrade for Teleport for Debian 11
I installed and configured UA. Im unsure if i did this correctly of what method is recommended for 3rd party repos.
I referred to this. I made sure to add the teleport repo to apt…

mondragonfx
- 67
- 7
1
vote
0 answers
Teleport Application, getting access denied error while access the application
I have created a Teleport server running on Ubuntu, 22.04 LTS.
I am using Teleport Version v12.0.4.
Configured teleport.yaml file at
etc/teleport.yaml
teleport.yaml config file
version: v2
teleport:
nodename: ip-xx-xx-x-x
data_dir:…

NIHAL NAIK
- 11
- 2
1
vote
1 answer
Grant cross account access to dynamodb table without using sts:AssumeRole
Essentially, I want an Iam role from AccountA to be able to manage a dynamodb table in AccountB, but the deployment that I am using does not support sts:AssumeRole (not my choice). I faced this same issue with an S3, but I was able to add an S3…

Pugs08
- 21
- 5
1
vote
1 answer
Gravitational teleport failing to record sessions on nodes
I have been using ansible Playbooks to set up a teleport cluster. As of right now I have a cluster set up with 4 nodes (one of which acts as a proxy and auth server). For some reason when I try to playback the recorded sessions, they are all blank…

Zac
- 21
- 3
0
votes
1 answer
ERROR: access denied to perform action "list" on "role", access denied to perform action "read" on "role"
for a CI/CD pipeline, i need an image for connecting to my teleport cluster to use a bot, which i will a create. Therefore i have installed gravitational/teleport:12.4.11 (following this link ) with all required tools. The Log-in using tsh login…

fipse
- 15
- 5
0
votes
1 answer
Roblox Studio function does not recognize character humanoid part even though debugging shows it
I am trying to teleport all characters to specific points and have tried putting the script in ServerScriptService, as well as WorkSpace, while testing. I have also tried writing my code a few different ways and keep getting the same fault codes…

Rauchbier
- 30
- 7
0
votes
3 answers
Unity2D - Side scroller: Teleport player a fixed distance inside a predefined "cone" (Katan Zero style)?
I'm very new to Unity (it hasn't been a full week since I started).
For my first project I have decided to create a small game for mobile. It's kind of a way to get warm with the engine and eventually do something bigger.
Anyway, I'm trying to do…

StonedPineapple
- 1
- 2
0
votes
0 answers
Trail Renderer follows player when the player is teleported
In my 2D unity game as the ball moves a trail renderer follows it. However, there is a teleportation point in the game so when the ball teleported trail renderer draws a long line through the way ball teleported. I don't want it to show up while…

Fahrettin özkan
- 7
- 2
0
votes
0 answers
Error while adding instance or server from teleport UI
getting curl: (22) The requested URL returned error: 404 Not Found
error while adding instance or server from teleport ui
0
votes
0 answers
Server was not listing in teleport web ui
we are adding teleport server manually without using the teleport ui and it was listing in teleport UI
after removing teleport from server and try to add again /etc/teleport.yaml file not generating and it was through error as below we are not able…
0
votes
2 answers
Teleporting to a projectile - Moving the player error
I've been working on a project involving instantiating an orb which then teleports the player to its location when hitting any object I tag with "floor". I am relatively new to programming and so any help is appreciated.
void…

Luis Moseley
- 1
- 1
0
votes
0 answers
Development using remote file system in Eclipse
There is a new direction to use cloud based environment for project development. The resources are protected by a teleport bastion host. The guide is to use VS Code with teleport client plugin and use VS Code to see remote file system and develop…

Kuppusamy
- 65
- 1
- 6