From ea393d144ac8937f43ca1ae4ee87d422bc5092c6 Mon Sep 17 00:00:00 2001 From: carlosmonastyrski Date: Wed, 25 Jun 2025 13:57:07 -0300 Subject: [PATCH] feat(secret-sync): minor change on docs --- docs/integrations/secret-syncs/gitlab.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/integrations/secret-syncs/gitlab.mdx b/docs/integrations/secret-syncs/gitlab.mdx index ff33f2699..5e6cacffa 100644 --- a/docs/integrations/secret-syncs/gitlab.mdx +++ b/docs/integrations/secret-syncs/gitlab.mdx @@ -54,6 +54,9 @@ description: "Learn how to configure a GitLab Sync for Infisical." Be aware that GitLab only allows to mark secrets as hidden for new secrets. If you try to mark an existing secret as hidden, it produces an error. + + If you enable **Mark secrets as Hidden**, Infisical will not be able to unhide/unmask secrets from the sync destination if you disable the option later. This is because GitLab does not allow to unhide/unmask existing secrets. + 5. Configure the **Sync Options** to specify how secrets should be synced, then click **Next**. ![Configure Options](/images/secret-syncs/gitlab/gitlab-secret-sync-options.png)