From 1c2b4e91ba72f7b81f115ecd7ddf10ae29c641ec Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 26 Feb 2025 13:38:36 +0900 Subject: [PATCH] docs: remove service token deprecation warning --- docs/api-reference/overview/authentication.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/api-reference/overview/authentication.mdx b/docs/api-reference/overview/authentication.mdx index f2224577eb..bdd7df83bf 100644 --- a/docs/api-reference/overview/authentication.mdx +++ b/docs/api-reference/overview/authentication.mdx @@ -11,13 +11,6 @@ To interact with the Infisical API, you will need to obtain an access token. Fol **FAQ** - - The Service Token and API Key authentication modes are being deprecated out in favor of [Identities](/documentation/platform/identity). - We expect to make a deprecation notice in the coming months alongside a larger deprecation initiative planned for Q1/Q2 2024. - - With identities, we're improving significantly over the shortcomings of Service Tokens and API Keys. Amongst many differences, identities provide broader access over the Infisical API, utilizes the same role-based - permission system used by users, and comes with ample more configurable security measures. - There are a few reasons for why this might happen: