RMU build Gen-1.5: II. Teleport - D. Teleport Notes

From Internet Computer Wiki
Revision as of 21:16, 23 February 2024 by Katie.peters (talk | contribs) (Creating and finishing page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

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.