Skip to content

Ignore token column in deploy_tokens table

Ahmed Hemdan requested to merge ignore-token-column-in-deploy-tokens-table into master

What does this MR do and why?

This takes care of the first step of #199249 (closed) (following the migrations guide), by ignoring the token column in deploy_tokens model. Additionally, we update the authentication token field encrypted strategy to be required to ensure we are only looking up the encrypted field instead of looking up both columns moving forward.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #199249 (closed)

Edited by Bala Kumar

Merge request reports