-
Notifications
You must be signed in to change notification settings - Fork 27
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
Pass oSparc API necessary environment to all services #5925
Comments
It would be nice to expose these as ╭─mads@bisgaard-wkst ~/Development/oSparc/osparc-pyapi-tests/noninter1 ‹master → origin {1} U:1 ?:4 ✗›
╰─$ help readonly
readonly: readonly [-aAf] [name[=value] ...] or readonly -p
Mark shell variables as unchangeable.
Mark each NAME as read-only; the values of these NAMEs may not be
changed by subsequent assignment. If VALUE is supplied, assign VALUE
before marking as read-only.
Options:
-a refer to indexed array variables
-A refer to associative array variables
-f refer to shell functions
-p display a list of all readonly variables or functions,
depending on whether or not the -f option is given
An argument of `--' disables further option processing.
Exit Status:
Returns success unless an invalid option is given or NAME is invalid. Not sure this can be propagated through docker though. To be checked... |
if the service defines it, these are passed |
@bisgaard-itis Apparently |
After some testing the passing of the parent Study ID and Node ID automatically via the osparc client works.
Now the question is:
Let's discuss first and then take actions.
The text was updated successfully, but these errors were encountered: