AutoBackup
Logout
IntroductionDashboard overviewBasic flow
Configuration
Account onboardingSetupPolicyNotification groupsTags
Firewall settingsManaging API keysAvailable rolesAdding an API keyGranting permissionsRemoving permissionsDeleting an API keyDelay of the permissions changesManaging users

Managing API keys

AutoBackup allows Users to add new API keys (which allow automation using GraphQL API) and grant permissions to them.

Granting permissions is done by attaching predefined roles (READ ONLY and ADMIN) to selected API key. API keys view

Available roles

  • READ ONLY - allows to read all data for given customer,
  • ADMIN - same privileges as READ ONLY and allows to create, update and delete resources (accounts, policies, setups etc.).

Adding an API key

  1. Click the "Create an API key" button. Create API key button

  2. Provide alias and click the "Create" button. Create API key form

  3. Copy the API key. API key creation result

Granting permissions

  1. Select an API key and click the "Grant customer access" button. Grant customer access

  2. Select customer and roles from dropdowns and click "Save" button. Grant customer access form

Removing permissions

  1. Click the "Pencil" button. API key view

  2. Click "Cross" to remove customer role from an API key. Remove access form

  3. Click "Save" button. Remove access form - Save button

  4. Confirm action by clicking "Remove" button. Remove access confirmation

Deleting an API key

  1. Choose an API key and click "Delete" button from "Three dots". Delete API key

  2. Confirm action by clicking "Delete" button. Delete API key confirmation

Delay of the permissions changes

The important thing to remember is that the changes in the permissions made by the user don't take effect immediately. Usually, it takes up to 5 minutes for the new permissions to apply due to the asynchronous nature of the RBAC rules evaluation.