-
- Downloads
Encrypt static_object_token_encrypted field via background migration
Contributes to #348163 Uses a background migration to generate encrypted versions of the static_object_token values. Changelog: changed
parent
37cffa16
No related branches found
No related tags found
Showing
- app/models/user.rb 1 addition, 1 deletionapp/models/user.rb
- db/post_migrate/20211210140000_add_temporary_static_object_token_index.rb 15 additions, 0 deletions...20211210140000_add_temporary_static_object_token_index.rb
- db/post_migrate/20211210140629_encrypt_static_object_token.rb 22 additions, 0 deletions...ost_migrate/20211210140629_encrypt_static_object_token.rb
- db/schema_migrations/20211210140000 1 addition, 0 deletionsdb/schema_migrations/20211210140000
- db/schema_migrations/20211210140629 1 addition, 0 deletionsdb/schema_migrations/20211210140629
- db/structure.sql 2 additions, 0 deletionsdb/structure.sql
- lib/gitlab/background_migration/encrypt_static_object_token.rb 70 additions, 0 deletions...itlab/background_migration/encrypt_static_object_token.rb
- spec/controllers/projects/repositories_controller_spec.rb 19 additions, 0 deletionsspec/controllers/projects/repositories_controller_spec.rb
- spec/lib/gitlab/background_migration/encrypt_static_object_token_spec.rb 56 additions, 0 deletions.../background_migration/encrypt_static_object_token_spec.rb
- spec/migrations/20211210140629_encrypt_static_object_token_spec.rb 50 additions, 0 deletions...ations/20211210140629_encrypt_static_object_token_spec.rb
- spec/models/user_spec.rb 23 additions, 0 deletionsspec/models/user_spec.rb
db/schema_migrations/20211210140000
0 → 100644
db/schema_migrations/20211210140629
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!562 (merged)
Please register or sign in to comment