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

[Bug] load_sha256 recursion detection is broken #524

Open
codablock opened this issue May 31, 2023 · 0 comments
Open

[Bug] load_sha256 recursion detection is broken #524

codablock opened this issue May 31, 2023 · 0 comments

Comments

@codablock
Copy link
Collaborator

Operating system

macOS

Kluctl Version

2.19.5

Kubernetes Version

all

kubectl Version

all

Bug description

Currently, load_sha256 will fail the recursion detection when called through an imported macro where the context is not inherited/passed. This is because load_sha256 relies on an internal variable being passed around, which is lost in some cases.

load_sha256 should use an alternative recursion detection that does not rely on the context.

Steps to reproduce

No response

Relevant log output

No response

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

No branches or pull requests

1 participant