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
Describe the bug The permissions field for external collections does not undergo env variable substitution.
permissions
Actual behavior Using something like "/": "$PWD" results in an error within the wasmtime provider because $PWD does not exist.
"/": "$PWD"
$PWD
Expected behavior Shell-like variables should get replaced the same way across all parts of the manifest.
To Reproduce Try to run any manifest with a permissions block like:
permissions: dirs: `"/": "$PWD"`
Environment:
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
automatically running components that have no inputs, fixes #42
d6c937e
fixed shell expansion for {string: string} types, fixes #42
c0d71ae
fe9ff20
9a66c55
No branches or pull requests
Describe the bug
The
permissions
field for external collections does not undergo env variable substitution.Actual behavior
Using something like
"/": "$PWD"
results in an error within the wasmtime provider because$PWD
does not exist.Expected behavior
Shell-like variables should get replaced the same way across all parts of the manifest.
To Reproduce
Try to run any manifest with a permissions block like:
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: