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

Deprecation docs for 'repository_download_operation' for public projects

上级 8f360e97
No related branches found
No related tags found
无相关合并请求
- title: "'repository_download_operation' audit event type for public projects"
removal_milestone: "17.0"
announcement_milestone: "16.9"
breaking_change: true
reporter: nrosandich
stage: Govern
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/383218
body: | # (required) Don't change this line.
The audit event type `repository_download_operation` is currently saved to the database for all project downloads, both public projects and private projects. For
public projects, this audit event is not the most useful for auditing purposes because it can be triggered by non-authenticated users.
From GitLab 17.0, the `repository_download_operation` audit event type will only be triggered for private or internal projects. We will add a new audit event type
called `public_repository_download_operation` for public project downloads. This new audit even type will be streaming only.
...@@ -303,6 +303,24 @@ From GitLab 18.0 and later, the methods to register runners introduced by the ne ...@@ -303,6 +303,24 @@ From GitLab 18.0 and later, the methods to register runners introduced by the ne
<div class="deprecation breaking-change" data-milestone="17.0"> <div class="deprecation breaking-change" data-milestone="17.0">
### 'repository_download_operation' audit event type for public projects
<div class="deprecation-notes">
- Announced in GitLab <span class="milestone">16.9</span>
- Removal in GitLab <span class="milestone">17.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))
- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/383218).
</div>
The audit event type `repository_download_operation` is currently saved to the database for all project downloads, both public projects and private projects. For
public projects, this audit event is not the most useful for auditing purposes because it can be triggered by non-authenticated users.
From GitLab 17.0, the `repository_download_operation` audit event type will only be triggered for private or internal projects. We will add a new audit event type
called `public_repository_download_operation` for public project downloads. This new audit even type will be streaming only.
</div>
<div class="deprecation breaking-change" data-milestone="17.0">
### Agent for Kubernetes option `ca-cert-file` renamed ### Agent for Kubernetes option `ca-cert-file` renamed
<div class="deprecation-notes"> <div class="deprecation-notes">
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册