Commit 93cf4124 authored by Etienne Baqué's avatar Etienne Baqué Committed by Stan Hu

Add encrypted optional option to DeployToken authentication field

parent 63ade4b8
...@@ -5,7 +5,7 @@ class DeployToken < ApplicationRecord ...@@ -5,7 +5,7 @@ class DeployToken < ApplicationRecord
include TokenAuthenticatable include TokenAuthenticatable
include PolicyActor include PolicyActor
include Gitlab::Utils::StrongMemoize include Gitlab::Utils::StrongMemoize
add_authentication_token_field :token add_authentication_token_field :token, encrypted: :optional
AVAILABLE_SCOPES = %i(read_repository read_registry).freeze AVAILABLE_SCOPES = %i(read_repository read_registry).freeze
GITLAB_DEPLOY_TOKEN_NAME = 'gitlab-deploy-token'.freeze GITLAB_DEPLOY_TOKEN_NAME = 'gitlab-deploy-token'.freeze
......
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