Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
eeb532ba
Commit
eeb532ba
authored
Jul 20, 2020
by
Gilang Gumilar
Committed by
Fabio Pitino
Jul 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable ci_runners_tokens_optional_encryption feature flag
parent
61c2b486
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/models/ci/runner.rb
app/models/ci/runner.rb
+1
-1
changelogs/unreleased/214382-remove-ci_runners_tokens_optional_encryption-feature-flag.yml
...ve-ci_runners_tokens_optional_encryption-feature-flag.yml
+5
-0
No files found.
app/models/ci/runner.rb
View file @
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
,
...
...
changelogs/unreleased/214382-remove-ci_runners_tokens_optional_encryption-feature-flag.yml
0 → 100644
View file @
eeb532ba
---
title
:
Disable ci_runners_tokens_optional_encryption feature flag.
merge_request
:
31800
author
:
Gilang Gumilar
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment