Both Self-Hosted and Teleport Cloud customers can update the list of Security and Business contacts for their account. This is managed from inside your Teleport Cloud or Self-Hosted License dashboard.
Teleport Cloud Accounts
Log in to your Teleport Cloud account with the email address of the user that created the initial Teleport Cloud tenant. On the left, click on "Zero Trust Access", and then choose "Manage Clusters". From that interface, click on the "Options" dropdown for your tenant, and pick "Manage Cluster".
On the next screen, you'll be presented with options to adjust both security and business contacts.
What if I do not have the "Manage Cluster" option?
Make sure your Teleport Cloud user is a member of a role that grants the correct RBAC permissions.
Option 1: The preset `editor` role has the correct permissions. When a Teleport Cloud tenant is created, the first user that is created is assigned this role.
Option 2: Alternatively, you can create and assign a separate role that only grants access to contacts.
version: v6 kind: role metadata: description: Edit Contacts name: contact-editor spec: allow: rules: - resources: - contact verbs: - list - create - read - update - delete
Teleport Self-Hosted Dashboard
Log in to your Teleport License dashboard with the email address of the user that created the dashboard initially. On the left, click on "Clusters". From that page, click on the "Options" dropdown for your license dashboard, and pick "Manage Cluster".
On the next screen, you'll be presented with options to adjust both security and business contacts.
What if I cannot edit the contacts?
Ensure you are logged in with a user that has the `dashboard-admin` role. Click on Users on the left to list the users on your dashboard tenant. Users that have the `dashboard-user` role cannot edit contacts.
Comments
0 comments
Article is closed for comments.