Skip to content

argoproj-labs/argo-workflows-python-executor-plugin

Repository files navigation

python

  • Needs: >= v3.3
  • Image: python:alpine

This plugin runs trusted Python expressions.

Do not use it to run untrusted Python expressions.

This plugin make attempts to sandbox the expression. It removes built-ins that would allow disk or network access. The plugin itself is allowed limited CPU and memory, and is, of course, contained.

Install:

kubectl apply -f python-executor-plugin-configmap.yaml

Uninstall:

kubectl delete cm python-executor-plugin 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages