diff options
Diffstat (limited to 'data/removals/15_0/15-0-oauth-tokens-no-expiry.yml')
-rw-r--r-- | data/removals/15_0/15-0-oauth-tokens-no-expiry.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-oauth-tokens-no-expiry.yml b/data/removals/15_0/15-0-oauth-tokens-no-expiry.yml new file mode 100644 index 00000000000..f93b8253ec7 --- /dev/null +++ b/data/removals/15_0/15-0-oauth-tokens-no-expiry.yml @@ -0,0 +1,18 @@ +- name: "OAuth tokens without an expiration" + announcement_milestone: "14.3" + announcement_date: "2021-09-22" + removal_milestone: "15.0" + removal_date: "2022-05-22" + breaking_change: true + reporter: hsutor + body: | + GitLab no longer supports OAuth tokens [without an expiration](https://docs.gitlab.com/ee/integration/oauth_provider.html#expiring-access-tokens). + + Any existing token without an expiration has one automatically generated and applied. +# The following items are not published on the docs page, but may be used in the future. + stage: # (optional - may be required in the future) String value of the stage that the feature was created in. e.g., Growth + tiers: # (optional - may be required in the future) An array of tiers that the feature is available in currently. e.g., [Free, Silver, Gold, Core, Premium, Ultimate] + issue_url: # (optional) This is a link to the deprecation issue in GitLab + documentation_url: https://docs.gitlab.com/ee/integration/oauth_provider.html#expiring-access-tokens + image_url: # (optional) This is a link to a thumbnail image depicting the feature + video_url: # (optional) Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg |