Fuzzball Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Known Issues

Fuzzball is a quickly developing project. This page documents some known issues with the current version of Fuzzball. If you spot a bug or an issue, you can contact us!

Fuzzfiles are Changed Upon Submission

After you start a workflow by submitting a Fuzzfile, you can re-open the Fuzzfile in the Workflow Editor. When you do, you will see a different version of the Fuzzfile that has been edited by Fuzzball Orchestrate upon submission. The form of commands may have changed or been simplified somewhat, and the order of jobs and sections may have been rearranged.

Service-Scoped Secrets in Federate (Resolved in v4.0.1)

In Fuzzball versions prior to v4.0.1, Federate silently dropped service-scoped secret references (image.secret, image.decryption-secret, and environment variable secrets in the services section) when forwarding score requests to downstream clusters. This caused workflows with service-scoped secrets to fail with “secret name not found” errors on the target cluster.

As of v4.0.1, Federate correctly materializes and forwards all secret references in both jobs and services sections. No configuration changes or secret replication is required.