Skip to content

Commit

Permalink
Update manage_api_keys.md
Browse files Browse the repository at this point in the history
add length of the API key + permission-based information
  • Loading branch information
ka0ula authored Jul 17, 2024
1 parent 252c1e5 commit 6cc8cb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/getting_started/manage_api_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Some features within the app require the creation of an API key, including:

By leveraging API keys, users can seamlessly integrate with Sekoia.io and fully exploit its capabilities, ensuring secure and efficient operations.

!!! Note
Sekoia API keys are permissions-based, not role-based.

## API keys listing

To access the list of generated API keys in your community, you have to go to Settings > Workspace > API Keys.
Expand All @@ -39,8 +42,6 @@ API keys are listed by creation date (Most recently created).

## Create an API key

API keys are linked to permissions.

To create a new API key, follow these steps:

1. Click on the `+ API key` button
Expand All @@ -52,6 +53,9 @@ To create a new API key, follow these steps:
!!! Note
The key will only be displayed once. We recommend you to save it into a vault.

!!! Note
The length of the API key will not exceed 100 characters.

## Revoke an API Key

Revoking an API key will make it unusable. It’s rather easy to do but keep in mind that it’s an action that cannot be reversed.
Expand Down

0 comments on commit 6cc8cb5

Please sign in to comment.