-
Notifications
You must be signed in to change notification settings - Fork 137
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
Implement kubernetes auth / Add customizable auth path #218
Conversation
@jasonodonnell Any chance for a review on this sometime soon? |
Hi @FalconerTC, thanks for the contribution! This looks great at a glance, but I need to test this before merging. I'm guessing the idea here is to use a remote runner on K8s? |
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
Yep. I use the following tool (https://github.com/actions-runner-controller/actions-runner-controller) currently for self-hosted runners on K8s. |
@jasonodonnell Any chance you will be able to look at this again this soon? I've validated it authenticates correctly in a private workflow, including validating with a custom path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Built from #155. Thanks to jojo19893 for most of the work.
This adds support for Kubernetes based auth (https://www.vaultproject.io/docs/auth/kubernetes). It also adds a parameter to customize the path for any auth method.