Skip to content
代码片段 群组 项目
提交 652e185d 编辑于 作者: Evan Read's avatar Evan Read
浏览文件

Merge branch 'morefice/update-ci-jwt-deprecation-milestone' into 'master'

Update  CI_JOB_JWT* deprecation milestone

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



Merged-by: default avatarEvan Read <eread@gitlab.com>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: default avatarMaxime Orefice <morefice@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -21,7 +21,7 @@ but it is not customizable. In GitLab 14.6 an earlier you must use the `CI_JOB_J ...@@ -21,7 +21,7 @@ but it is not customizable. In GitLab 14.6 an earlier you must use the `CI_JOB_J
NOTE: NOTE:
`CI_JOB_JWT` and `CI_JOB_JWT_V2` were [deprecated in GitLab 15.9](../../update/deprecations.md#old-versions-of-json-web-tokens-are-deprecated) `CI_JOB_JWT` and `CI_JOB_JWT_V2` were [deprecated in GitLab 15.9](../../update/deprecations.md#old-versions-of-json-web-tokens-are-deprecated)
and are scheduled to be removed in GitLab 16.0. Use [ID tokens](../yaml/index.md#id_tokens) instead. and are scheduled to be removed in GitLab 16.5. Use [ID tokens](../yaml/index.md#id_tokens) instead.
## Requirements ## Requirements
......
...@@ -17,7 +17,7 @@ This page is a development guide for application secrets. ...@@ -17,7 +17,7 @@ This page is a development guide for application secrets.
|`db_key_base` | The base key to encrypt the data for `attr_encrypted` columns | |`db_key_base` | The base key to encrypt the data for `attr_encrypted` columns |
|`openid_connect_signing_key` | The signing key for OpenID Connect | |`openid_connect_signing_key` | The signing key for OpenID Connect |
| `encrypted_settings_key_base` | The base key to encrypt settings files with | | `encrypted_settings_key_base` | The base key to encrypt settings files with |
| `ci_jwt_signing_key` | The base key for encrypting the `CI_JOB_JWT` and `CI_JOB_JWT_V2` predefined CI/CD variables. `CI_JOB_JWT` and `CI_JOB_JWT_V2` were [deprecated in GitLab 15.9](../update/deprecations.md#old-versions-of-json-web-tokens-are-deprecated) and are scheduled to be removed in GitLab 16.0. | | `ci_jwt_signing_key` | The base key for encrypting the `CI_JOB_JWT` and `CI_JOB_JWT_V2` predefined CI/CD variables. `CI_JOB_JWT` and `CI_JOB_JWT_V2` were [deprecated in GitLab 15.9](../update/deprecations.md#old-versions-of-json-web-tokens-are-deprecated) and are scheduled to be removed in GitLab 16.5. |
## Where the secrets are stored ## Where the secrets are stored
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册