mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 00:18:38 -05:00
[GH-ISSUE #302] Pull Stack/Images fails with Error 500: failed to interpolate secrets into file contents #3229
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DerLeole on GitHub (Feb 9, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/302
The issue
It seems like the Pull Stack/Images functionality does not properly support stacks with Komodo variables or secrets in their compose file. Redeploying stacks with such Komodo defined variables works just fine, while the stack pull functionality fails every time on the first secret/variable mentioned in the compose definition of the stack.
How to reproduce
Set up a stack with a Komodo defined and interpolated variable or secret, deploy it. Then press the Pull Stack button in the UI.
Screenshots

Stack Definiton:
(Re)-Deploy Log with correctly interpolated variables and secrets:

Pull Stack Log with error:

Error/Warning message from container console (via Dockge):

Thanks for working on this and hope this can be mitigated in the future!
@mbecker20 commented on GitHub (Aug 26, 2025):
Fixed back in that release