-
Notifications
You must be signed in to change notification settings - Fork 360
Allow the runner to be run by a non root user #81
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
Comments
I think this is because the action runs If the user data code did this:
then it would run as a service and not as root. Ideally we would need the code to change or for an input override to the action to ask for this different way of starting the listener. |
Something like this: #122 |
Any news on this? |
1 similar comment
Any news on this? |
Click on the link in my comment above |
In relation to #64 can functionality be added to allow the runner to be run by a non root user. We have a requirement for this that I'm sure is not all that unusual, where we need a non root user to do build tasks. We are not using Docker to build, but running in the EC2 instance.
I understand that the startup script is run as root, but there must be a way to tell the script to run the GitHub runner service as a different user.
The text was updated successfully, but these errors were encountered: