Skip to content

Add externalSecret for Mimir auth in gitlab

Gregorius Marco requested to merge mg-add-gitlab-mimir-auth-external-secret into master

What does this MR do?

Add externalSecret for Mimir auth in gitlab

2nd attempt for exposing Mimir auth environment variable, but this time let's try by just creating the secret object and see if was created properly.

In the previous attempt !3603 (merged), the webservice containers that are consuming this secret object failed to start up because the containers couldn't find the secret.

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Check if all of the following apply:
    • Assign to the correct reviewer per the contributing document
    • Apply the correct metadata per the contributing document
    • Link to related MRs for applying the changes on other environments
    • Link to related Chef changes
    • If necessary link to a Criticality 4 Change Request issue

Reviewer Check-list

  • Check if all of the following apply:
    • Reviewed the diff jobs to confirm changes are as expected
    • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation

Applier Check-list

  • Make sure there is no ongoing deployment for the affected envs before merging (see #announcements slack channel)

Merge request reports