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

Fix labby config show for when an ENV var is used #17

Closed
davidban77 opened this issue May 28, 2022 · 0 comments · Fixed by #18
Closed

Fix labby config show for when an ENV var is used #17

davidban77 opened this issue May 28, 2022 · 0 comments · Fixed by #18
Labels
bug Something isn't working

Comments

@davidban77
Copy link
Owner

If the configuration file has an environment variable reference like:

[environment.example.providers.gs-gns3]
    server_url = "https://gns3.example"
    kind = "gns3"
    user = "my-user"
    password = "${GNS3_PASSWORD}"

The ${GNS3_PASSWORD} will try to render or get the value from the environment (or .env), but it should render it without the value.

@davidban77 davidban77 added the bug Something isn't working label May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant