summaryrefslogtreecommitdiff
path: root/data/deprecations/15-8-deprecate-deploy-PAT-with-external-auth.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-8-deprecate-deploy-PAT-with-external-auth.yml')
-rw-r--r--data/deprecations/15-8-deprecate-deploy-PAT-with-external-auth.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/deprecations/15-8-deprecate-deploy-PAT-with-external-auth.yml b/data/deprecations/15-8-deprecate-deploy-PAT-with-external-auth.yml
new file mode 100644
index 00000000000..f1b93f725b0
--- /dev/null
+++ b/data/deprecations/15-8-deprecate-deploy-PAT-with-external-auth.yml
@@ -0,0 +1,9 @@
+- title: "Limit personal access token and deploy token's access with external authorization" # (required) Actionable title. e.g., The `confidential` field for a `Note` is deprecated. Use `internal` instead.
+ announcement_milestone: "15.8" # (required) The milestone when this feature was first announced as deprecated.
+ removal_milestone: "16.0" # (required) The milestone when this feature is planned to be removed
+ breaking_change: true # (required) If this deprecation is a breaking change, set this value to true
+ reporter: adil.farrukh # (required) GitLab username of the person reporting the deprecation
+ stage: Manage # (required) String value of the stage that the feature was created in. e.g., Growth
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/387721 # (required) Link to the deprecation issue in GitLab
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ With external authorization enabled, personal access tokens (PATs) and deploy tokens must no longer be able to access container or package registries. This defense-in-depth security measure will be deployed in 16.0. For users that use PATs and deploy tokens to access these registries, this measure breaks this use of these tokens. Disable external authorization to use tokens with container or package registries.