RMU build Gen-1.5: II. Teleport - D. Teleport Notes
From Internet Computer Wiki
This page is part of the Gen-1.5 RMU build runbook.
Go back to the previous section: C. Share RMU Services Via Teleport
D. Teleport Notes
These are just some notes for reference…
Fat clients:
Download and Install Teleport Community Edition. | Teleport
Reference doc for access controls:
Access Controls Reference Documentation | Teleport Docs
**NOTES:**
- In order to see all apps and ssh connections, user must have
access
role. - If you ever lock yourself out with a bad roles update, on the Teleport server, as root, you can
tctl edit user/username
.
Process for version upgrades:
Upgrading the Teleport Binary | Teleport Docs
- Hit https://github.com/gravitational/teleport/releases to find the latest *release* version to feed to the
curl | bash
command
Teleport token types:
Join Services with a Secure Token | Teleport Docs
Teleport kill SIG reference:
Teleport Signals Reference | Teleport Docs
Additional user attributes and traits can be added and imported via a yaml resource definition like:
kind: user
version: v2
metadata:
name: showard
spec:
roles: ['admin','pfops']
traits:
logins: ['maas']
kubernetes_groups: ['edit']
---
Continue to next section: III. Maas - A. Create Proxmox CT
Go to the index of the Gen-1.5 RMU build runbook.