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

vela exec pipeline loads all host environmental variables into pipeline #340

Closed
zapplebee opened this issue Jul 23, 2021 · 1 comment · Fixed by go-vela/cli#492
Closed
Labels
area/cli Indicates a change to the CLI bug Indicates a bug

Comments

@zapplebee
Copy link

Description

With this .vela.yml

version: "1"
steps:
- name: see-env
  image: python:alpine
  commands:
  - printenv

Running vela exec pipeline will print all of the host's environmental variables.

Value

This makes running community plugins, and frankly any plugins unsafe.

Useful Information

  1. What is the output of vela --version?

vela version v0.7.4

  1. What operating system is being used?

MacOS Catalina 10.15.7
3. Any other important details?

n/a

@zapplebee zapplebee added the bug Indicates a bug label Jul 23, 2021
@susangreve
Copy link

Thank you for opening this issue! We've added it to the backlog and will assess priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Indicates a change to the CLI bug Indicates a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants