From 0bdba5c0c09e87c1e876e2e9e15992cb172f1913 Mon Sep 17 00:00:00 2001 From: phillipwells <pwells@gitlab.com> Date: Mon, 10 Jul 2023 15:56:13 -0600 Subject: [PATCH] Update deploy key security implications --- doc/user/project/deploy_keys/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/user/project/deploy_keys/index.md b/doc/user/project/deploy_keys/index.md index 84567c8de416b..4e380d485a8ab 100644 --- a/doc/user/project/deploy_keys/index.md +++ b/doc/user/project/deploy_keys/index.md @@ -57,6 +57,9 @@ For human interactions, use credentials tied to users such as Personal Access To To help detect a potential secret leak, you can use the [Audit Event](../../../administration/audit_event_streaming/examples.md#example-payloads-for-ssh-events-with-deploy-key) feature. +WARNING: +Deploy keys work even if the user who created them is removed from the group or project. + ## View deploy keys To view the deploy keys available to a project: -- GitLab