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

API Container runner #125

Open
wneirynck opened this issue Apr 2, 2024 · 0 comments
Open

API Container runner #125

wneirynck opened this issue Apr 2, 2024 · 0 comments

Comments

@wneirynck
Copy link
Contributor

Currently the OCI runner takes credentials so it can create OCI container instances to run container jobs. This is insecure. We need to add an "api runner" that invokes an endpoint on the internal API (with the token included), that in turn starts the container. This way the credentials remain hidden and the API can impose limits on the container creation (since the build script is essentially external code).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant