Commit a371a131 authored by Luke Duncalfe's avatar Luke Duncalfe

Merge branch '330268-ci-runners-tokens-optional-encryption-ff' into 'master'

Remove ci_runners_tokens_optional_encryption ff [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!64425
parents 09a20082 66c514ec
...@@ -13,7 +13,7 @@ module Ci ...@@ -13,7 +13,7 @@ module Ci
include Gitlab::Utils::StrongMemoize include Gitlab::Utils::StrongMemoize
include TaggableQueries include TaggableQueries
add_authentication_token_field :token, encrypted: -> { Feature.enabled?(:ci_runners_tokens_optional_encryption, default_enabled: true) ? :optional : :required } add_authentication_token_field :token, encrypted: :optional
enum access_level: { enum access_level: {
not_protected: 0, not_protected: 0,
......
---
name: ci_runners_tokens_optional_encryption
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/8638
rollout_issue_url:
milestone: '11.6'
type: development
group: group::pipeline execution
default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment