Commit eeb532ba authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Fabio Pitino

Disable ci_runners_tokens_optional_encryption feature flag

parent 61c2b486
...@@ -10,7 +10,7 @@ module Ci ...@@ -10,7 +10,7 @@ module Ci
include TokenAuthenticatable include TokenAuthenticatable
include IgnorableColumns 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: { enum access_level: {
not_protected: 0, 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