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

Advanced task specific environment variables #188

Open
bomoko opened this issue Nov 3, 2022 · 0 comments
Open

Advanced task specific environment variables #188

bomoko opened this issue Nov 3, 2022 · 0 comments

Comments

@bomoko
Copy link
Contributor

bomoko commented Nov 3, 2022

With #185 we mounted the standard environment variables into advanced tasks.

There has been some discussion about supporting advanced task specific environment variables to inject details that we might not want available in, say, a cli pod.

This should be fairly simple to implement - the question is, where and how?
Currently we inject the JSON_PAYLOAD with whatever details come through from the invocation of the advanced task - if we piggy-back on that, we could move the entire logic into uselagoon/lagoon. Alternatively, we could extend the advanced task implementation to support a separate set of variables (also passed with the task information).

Thoughts?

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