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

Fix/secrets ordering #1723

Closed
wants to merge 18 commits into from
Closed

Conversation

astorath
Copy link
Contributor

Hey!

I've created some integration test infra for helm-secrets testing as a prerequisite to fix secrets ordering in helmfile. Secrets ordering is broken since #790

  1. Moved integration provisioning to Makefile to reuse some code
  2. Added Vagrantfile to be able to run integration tests locally in similar environment
  3. Made some fixes to make integration tests reusable
  4. Added some simple secrets handling tests

TODOs:

  • Add secrets ordering tests (secrets ordering is broken right now)
  • Fix the ordering issue

I need some help to fix the issue with helmfile secrets handling: it should fail when secrets decryption fails (or the result produced might be incorrect). Right now it does not (I know about this issue for a long time). Here is the test run to show that: https://app.circleci.com/pipelines/github/astorath/helmfile/34/workflows/6a533209-b1cf-4d47-bb22-9daf80d48691/jobs/153/parallel-runs/0/steps/0-110

I need some guide on where should I fix the issue (the code is a bit messy in secrets handling for me).

@astorath
Copy link
Contributor Author

I've figured this out, nvm

@astorath astorath closed this Mar 16, 2021
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