Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,331
    • Merge requests 1,331
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #273498
Closed
Open
Issue created Oct 28, 2020 by Stan Hu@stanhuOwner

Cloud native job logs do not support S3 server side encryption

Currently Ci::BuildTraceChunk does not support AWS server side encryption because it does not pass along the required Fog attributes in the create attributes in https://gitlab.com/gitlab-org/gitlab/blob/e6bfc2bc1a060e24b848e5e37aeca27ed272f40f/app/models/ci/build_trace_chunks/fog.rb#L18-21.

This should be an easy fix. We need to pass the attributes from ObjectStorage::Config#fog_attributes: https://gitlab.com/gitlab-org/gitlab/blob/da81bdb0f6b285fa69a94fa6ba9473fb072958a9/lib/object_storage/config.rb#L85

Edited Oct 28, 2020 by Stan Hu
Assignee
Assign to
Time tracking