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

Refactor: move pipeline compilers getSecretValue() into an compiler Option #4378

Open
6543 opened this issue Nov 14, 2024 · 2 comments
Open
Labels
engine change how the pipeline engine works refactor delete or replace old code

Comments

@6543
Copy link
Member

6543 commented Nov 14, 2024

getSecretValue := func(name string) (string, error) {

instead of definding on the fly func and passing al secrets onto the compiler, we can inject an function that can directly query the database ... and for cli the args etc...

@6543
Copy link
Member Author

6543 commented Nov 14, 2024

NOTE: if #3723 merged should als be done for it

@6543 6543 added refactor delete or replace old code engine change how the pipeline engine works labels Nov 14, 2024
@6543
Copy link
Member Author

6543 commented Nov 19, 2024

-> #4384 well a simple function wont do ... we should adjust and add a SecretService

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine change how the pipeline engine works refactor delete or replace old code
Projects
None yet
Development

No branches or pull requests

1 participant