UNCLASSIFIED - NO CUI

Skip to content

Gitlab ObjectStorage Logic & Syntax Updates

Hitesh Sharma requested to merge raft-gitlab into master

Package Merge Request

When using iamProfile for encrypted S3 buckets for GitLab, the endpoint must not be specified. However, the endpoint parameter was being used to define whether or not objectStorage was enabled in the helm template logic. Instead of endpoint, we have modified the helm templates to use the region parameter, since that is a common parameter whether using an iamProfile or accessKey/accessSecret.

Package Changes

GitLab:

  • Replace endpoint with region for objectStorage
  • Update endpoint with region for iamProfile
  • Change logic for disabling minio

Package MR

N/A

For Issue

Closes https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab/-/issues/170

Edited by Ryan Garcia

Merge request reports