Manage Account Settings
This guide covers how to view and edit your personal profile, manage your SSH public key, and review your permission group memberships.
Prerequisites
- A Vantage account with an active session
- To modify permission groups: the
admin.users.updatepermission
View your profile
- Click your avatar in the top-right corner of the header bar.
- Select Account Settings from the dropdown menu.
- The details section displays your profile information:
| Field | Editable | Description |
|---|---|---|
| First Name | Yes | Your given name |
| Last Name | Yes | Your family name |
| No | The email address associated with your account | |
| SSH Public Key | Yes | Your SSH public key for cluster access |
| Created | No | The date your account was created |
| UID | No | Your system user ID (assigned by the platform) |
| GID | No | Your system group ID (assigned by the platform) |
| Home Directory | No | Your home directory path on clusters |
| Login Shell | No | Your default shell on clusters |
Edit your profile
Profile fields that support inline editing (First Name, Last Name, SSH Public Key) can be updated directly from the details view.
- Navigate to Account Settings.
- Click the value next to the field you want to change (for example, First Name).
- Type the new value in the inline text field.
- Confirm the change. A success notification appears when the update is saved.
The page refreshes your profile data automatically. Your updated name appears across the platform after the next refresh cycle.
Update your avatar
To change your profile avatar, use the full edit form:
- Navigate to Account Settings.
- Click Edit to open the edit form.
- In the Avatar URL field, paste the URL of the image you want to use.
- A preview of the image loads next to the field. Verify it displays correctly.
- Update any other fields as needed (First Name, Last Name, SSH Public Key).
- Click Save. Click Cancel to discard changes.
View your permission groups
The Groups section on the Account Settings page lists every permission group you belong to.
- Navigate to Account Settings.
- Scroll to the Groups section.
- Expand a group to see the permission roles it includes. Roles are organized by category prefix (for example,
clusters:*,jobs:*).
To understand what each role permits, see IAM Concepts.
Manage your permission groups
Changing group membership requires the admin.users.update permission. Organization owners cannot have their groups modified.
- Navigate to Account Settings.
- In the Groups section, click Manage Groups.
- In the modal, check or uncheck groups to add or remove them. Expand any group to review its roles before selecting it.
- Click Save to apply the changes. Click Cancel to discard.
Configure a custom identity provider
For SSO setup with Azure AD, GitHub, or Google, see Set up SSO.
Related
- IAM How-to Guides -- manage users, groups, and authentication
- IAM Concepts -- background on permission groups and roles