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

[bug] pkl - allowedResources = null disallows reading env variables #1715

Open
harlequin opened this issue Nov 13, 2024 · 0 comments
Open

[bug] pkl - allowedResources = null disallows reading env variables #1715

harlequin opened this issue Nov 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@harlequin
Copy link
Contributor

Describe the bug

The current version of rpkl disallows reading the environment variables.
Issue already raised and also resolved yesterday evening

z-jxy/rpkl#21
z-jxy/rpkl#22

Steps to reproduce

Somewhere in a *.pkl file

...
command = read("env:CI")
...

Problem solution would be to update the crate to 0.3.5 which includes the properties settings,
It is implemented that the default properties are fitting to the cli interface defaults from pkl, which is including the possibilities of reading env variables.

@harlequin harlequin added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants