Commit a6875e5f authored by Fabio Pitino's avatar Fabio Pitino

Merge branch '214382-remove-ci_runners_tokens_optional_encryption-feature-flag' into 'master'

Disable ci_runners_tokens_optional_encryption feature flag

See merge request gitlab-org/gitlab!31800
parents 5b1efa29 eeb532ba
......@@ -10,7 +10,7 @@ module Ci
include TokenAuthenticatable
include IgnorableColumns
add_authentication_token_field :token, encrypted: -> { Feature.enabled?(:ci_runners_tokens_optional_encryption, default_enabled: true) ? :optional : :required }
add_authentication_token_field :token, encrypted: -> { Feature.enabled?(:ci_runners_tokens_optional_encryption) ? :optional : :required }
enum access_level: {
not_protected: 0,
......
---
title: Disable ci_runners_tokens_optional_encryption feature flag.
merge_request: 31800
author: Gilang Gumilar
type: changed
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