From 6cc8cb556167410384e2796584516f80351215bf Mon Sep 17 00:00:00 2001 From: Khaoula Ettaleb <49680698+ka0ula@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:51:30 +0200 Subject: [PATCH] Update manage_api_keys.md add length of the API key + permission-based information --- docs/getting_started/manage_api_keys.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/manage_api_keys.md b/docs/getting_started/manage_api_keys.md index bead2f5dcc..d4100c3615 100644 --- a/docs/getting_started/manage_api_keys.md +++ b/docs/getting_started/manage_api_keys.md @@ -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. @@ -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 @@ -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.