-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Secrets encrypted with git-secret are decrypted but not installed #2462
Comments
BTW, it's not only with Secrets. Any Kube template gets decrypted but not applied. |
Hello ! Indeed, sadly the feature was added in the same time than a big change.. that made it not working 😅. Waiting the fix to be reviewed / improved you have two solutions :
|
Hello :D, The one I use is on our private repo but I pushed one I just built in here: I would recommend to just use it in the POC context as it contain the fix I proposed that may bring bug or unwanted behavior as it's still pending a review. It's based on the 1.14.2 version of flux. You may have to mount a known_host if you used github or a public git repository as I can't generate it from here during the docker build.. company firewall policy.. :) You can also build this docker image from the sources I used to make the PR: If you want to support/help regarding the usage of the feature, don't hesitate to ask question. |
Awesome. Works like a charm now 👍 |
Closed via #2429. |
Describe the bug
I can't get working the git-secret integration with Flux.
The non encrypted resources are published to Kube just fine.
However, the secrets encrypted with git-secret are decrypted but not published
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
The secret, after being successfully decrypted (verified), should have been published to Kube by Flux.
Logs
Additional context
Add any other context about the problem here, e.g
The text was updated successfully, but these errors were encountered: