Merge branch...
Merge branch '207401-encrypt-decrypt-object-storage-to-support-terraform-state-backend' into 'master' Add Terraform state model with encrypted uploader Closes #207401 See merge request gitlab-org/gitlab!26619
Showing
... | @@ -493,3 +493,6 @@ gem 'erubi', '~> 1.9.0' | ... | @@ -493,3 +493,6 @@ gem 'erubi', '~> 1.9.0' |
# Monkey-patched in `config/initializers/mail_encoding_patch.rb` | # Monkey-patched in `config/initializers/mail_encoding_patch.rb` | ||
# See https://gitlab.com/gitlab-org/gitlab/issues/197386 | # See https://gitlab.com/gitlab-org/gitlab/issues/197386 | ||
gem 'mail', '= 2.7.1' | gem 'mail', '= 2.7.1' | ||
# File encryption | |||
gem 'lockbox', '~> 0.3.3' |
app/models/terraform.rb
0 → 100644
Please register or sign in to comment