Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: Restructure SOPS files in Gitlab CI/CD templates #1680

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

MoritzWeber0
Copy link
Member

@MoritzWeber0 MoritzWeber0 commented Jul 31, 2024

  • The unencrypted suffix was removed from the files. Instead, it's recommended to use the encrypted_regex configuration as described in the admin documentation
  • The general.values.yaml and secret.values.yaml were merged into one encrypted file values.yaml. Also in this case it's recommended to use the encrypted_regex configuration.
  • Decrypt the sops file in-memory and never write them to disk. This improves security.

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.97%. Comparing base (f8bfa76) to head (c8c0c59).
Report is 291 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1680   +/-   ##
=======================================
  Coverage   83.97%   83.97%           
=======================================
  Files         184      184           
  Lines        6086     6086           
  Branches      673      673           
=======================================
  Hits         5111     5111           
  Misses        827      827           
  Partials      148      148           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- The `unencrypted` suffix was removed from the files. Instead,
  it's recommended to use the `encrypted_regex` configuration as described
  in the admin documentation
- The `general.values.yaml` and `secret.values.yaml` were merged into one encrypted
  file `values.yaml`. Also in this case it's recommended to use the `encrypted_regex`
  configuration.
- Decrypt the sops file in-memory and never write them to disk. This improves security.
Copy link

@MoritzWeber0 MoritzWeber0 merged commit 6a52fd1 into main Jul 31, 2024
29 checks passed
@MoritzWeber0 MoritzWeber0 deleted the sops-ci-template branch July 31, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant