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

[enhancement] Do we want / need ssh creds whe running mapt as ci/cd runner #375

Open
adrianriobo opened this issue Jan 9, 2025 · 1 comment

Comments

@adrianriobo
Copy link
Collaborator

When we run mapt to include the target as a ci/cd runner (self hosted runner on gh for the moment, persistent worker for cirrus in the future) do we really need the ssh information? as typically actions executed on the target are driven by the ci/cd system client?

Still maybe relevant to debug purposes?

WDYT @anjannath ??

@anjannath
Copy link
Collaborator

yeah my thinking is also same that its only useful for debugging purposes, but then we need some kind of a way to inject the SSH key later on if we don't want to setup it when initially adding the node as a runner

there might be some way with pulumi to later on run and add the SSH key and we can make mapt capable of doing that, another way without the help of mapt would be to use a github actions job or cirrus ci job to add the SSH key to the node

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

2 participants