We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pman should allow for environment variable values to contain = characters, e.g.
pman
=
body="$(cat << EOF { "env": ["varname=varvalue=containsequals"], "jid": "example-123", "args": [ "--saveinputmeta", "--saveoutputmeta", "--prefix", "hello_test_" ], "auid": "cube-test", "number_of_workers": "1", "cpu_limit": "1000", "memory_limit": "200", "gpu_limit": "0", "image": "ghcr.io/fnndsc/pl-simpledsapp:2.1.0", "entrypoint": ["simpledsapp"], "type": "ds" } EOF )" curl -H 'Accept: application/json' -H 'Content-Type: application/json' \ --data "$body" -s http://localhost:5010/api/v1/
However this is not allowed:
pman/pman/resources.py
Line 74 in f6730da
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pman
should allow for environment variable values to contain=
characters, e.g.However this is not allowed:
pman/pman/resources.py
Line 74 in f6730da
The text was updated successfully, but these errors were encountered: