Replies: 2 comments
|
Thanks for the clear report. I opened a draft PR with a fix here: #572 The change keeps providers scoped to the active profile, but allows a secret's explicit Tests run:
This comment was AI-generated by Codex. |
0 replies
|
Thanks @jdx, just tested and the solution works perfectly. Keep up the good work! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Fnox's inheritance makes it easy to standardise environments, but it forces us to redefine every variable when we want the default configuration to use local values.
Expected:
For the configuration below, I'd expect fnox to fall back to the default value when the referenced provider isn't configured for the active profile — or at least offer an opt-in for this (perhaps a "disabled" provider option?):
Actual:
Instead of falling back,
fnoxerrors as follows:All reactions