Add S3 encryption key setting
What does this MR do?
Amazon S3 supports three styles of server-side encryption: KMS managed keys, S3 managed keys and customer-provided keys. Currently only S3 managed keys are supported.
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23797 adds support for customer provided keys in gitlab. This MR adds the necessary settings to the omnibus.
Checklist
See Definition of done.
-
Change added to CHANGELOG.md. Not applicable for Documentation changes and minor changes. -
Documentation created/updated -
Tests added -
Integration tests added to GitLab QA, if applicable -
MR targeting masterbranch -
MR has a green pipeline on GitLab.com
Reviewer Checklist
In addition to above, reviewer must:
-
Pipeline is green on dev.gitlab.org if the change is not touching documentation or internal cookbooks
References
Edited by GitLab Release Tools Bot