Skip to content
代码片段 群组 项目
未验证 提交 b00ac2f6 编辑于 作者: Brendan Lynch's avatar Brendan Lynch 提交者: GitLab
浏览文件

Merge branch 'rd-clarify-role-required-to-remove-blob' into 'master'

Correct role required to remove blob

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167850



Merged-by: default avatarBrendan Lynch <blynch@gitlab.com>
Approved-by: default avatarBrendan Lynch <blynch@gitlab.com>
Co-authored-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -53,8 +53,9 @@ These refs are not automatically downloaded and hidden refs are not advertised, ...@@ -53,8 +53,9 @@ These refs are not automatically downloaded and hidden refs are not advertised,
WARNING: WARNING:
This process is not suitable for removing sensitive data like password or keys from your repository. This process is not suitable for removing sensitive data like password or keys from your repository.
Information about commits, including file content, is cached in the database, and remain Information about commits, including file content, is cached in the database, and remain visible
visible even after they have been removed from the repository. even after they have been removed from the repository. To remove sensitive data, use the method
described in [Remove blobs](#remove-blobs).
To purge files from a GitLab repository: To purge files from a GitLab repository:
...@@ -256,7 +257,7 @@ Alternatively, to replace strings with `***REMOVED***`, see ...@@ -256,7 +257,7 @@ Alternatively, to replace strings with `***REMOVED***`, see
Prerequisites: Prerequisites:
- You must have the Owner role for the instance. - You must have the Owner role for the project.
- You must have [a list of object IDs](#get-a-list-of-object-ids) to remove. - You must have [a list of object IDs](#get-a-list-of-object-ids) to remove.
To remove blobs from your repository: To remove blobs from your repository:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册