Skip to content
#

pipelines

Here are 402 public repositories matching this topic...

drahnr
drahnr commented Jul 13, 2020

Summary

Backend error: Exit status: 500, message: {"Type":"ExecutableNotFoundError","Message":"OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused \"exec: \\\"bash\\\": executable file not found in $PATH\": unknown","Handle":"","ProcessID":"","Binary":""}

Steps to reproduce

Use @vito buildkit container, or any container which doe

JonathanSerafini
JonathanSerafini commented Aug 12, 2020

Is your feature request related to a problem? Please describe.
SNS endpoint subscriptions must expose a public facing HTTP server ( unless I missed something ) and therefore make it possible for untrusted sources to post messages to the event bus as long as the message comply with basic message format.

Describe the solution you'd like
The SNS source should verify the signature of the

ptitzler
ptitzler commented Sep 17, 2020

Currently a user can run a notebook as a "batch job" by implicitly creating a one node "transient" pipeline. (Although "transient" is technically incorrect, I am using the term to highlight the fact that the generated pipeline is hidden from the user in the Elyra UI and can only be seen (and re-used) in the Kubeflows Pipelines UI.)

![image](https://user-images.githubusercontent.com/13068832/935

remivoirin
remivoirin commented Apr 27, 2020

Hi!

When using the unprivileged image, it's not possible to load custom configurations.

# podman run -p 8080:8080 -e GITLAB_MONITOR_CONFIG=/tmp/config.json timoschwarzer/gitlab-monitor:unprivileged
/wrapper.sh: line 4: can't create /usr/share/nginx/html/config.json: Permission denied

Indeed, root is needed to create a new file in /usr/share/nginx/html, and it looks like wrapper.s

dibyom
dibyom commented Oct 12, 2020

Expected Behavior

The API server should not be a direct dependency during Trigger processing.
Instead of calling the API server directly, we should read off of a lister cache. We already do this in the reconcilers, we should do it for the EventListener as well.

Actual Behavior

Currently, each EventListener directly makes calls to the API server to fetch TriggerBindings, TriggerTemp

Improve this page

Add a description, image, and links to the pipelines topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pipelines topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.