Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dynamic ordering of resolvers #14

Open
maxnorth opened this issue Feb 5, 2024 · 0 comments
Open

Dynamic ordering of resolvers #14

maxnorth opened this issue Feb 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@maxnorth
Copy link
Owner

maxnorth commented Feb 5, 2024

There can be dependencies between resolvers. For instance, if resolver A needs to use an env var that is a secret resolved by B, nv needs to make sure all values resolved by B run first. Users should be able to configure which env vars a resolver uses, so nv can resolve them first if they are secret refs. In some cases, it may be possible to automatically identify env vars a resolver depends on too. nv will also need to account for the possibility of circular dependencies.

@maxnorth maxnorth added the enhancement New feature or request label Feb 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant