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

Support SSH keys as secrets #32083

Open
rarkins opened this issue Oct 22, 2024 · 6 comments
Open

Support SSH keys as secrets #32083

rarkins opened this issue Oct 22, 2024 · 6 comments
Labels
core:config Related to config capabilities and presets priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Oct 22, 2024

Describe the proposed change(s).

Sometimes users have git dependencies - including submodules - which are authenticatable only using ssh and not https. We should find a way for users to provide a private SSH key to Renovate.

@rarkins rarkins added priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others core:config Related to config capabilities and presets labels Oct 22, 2024
@viceice
Copy link
Member

viceice commented Oct 23, 2024

I think the easiest solution is to start the key agent, add the keys, process repo (pass key agent env as required), stop agent.

@Crocmagnon

This comment was marked as off-topic.

@rarkins

This comment was marked as off-topic.

@Crocmagnon

This comment was marked as off-topic.

@rarkins

This comment was marked as off-topic.

@bryansoftdev
Copy link

bryansoftdev commented Dec 19, 2024

I think the easiest solution is to start the key agent, add the keys, process repo (pass key agent env as required), stop agent.

Would be nice to have this option available for the Mend-hosted apps too

@rarkins rarkins added the type:feature Feature (new functionality) label Dec 22, 2024
@rarkins rarkins added type:feature Feature (new functionality) and removed type:feature Feature (new functionality) labels Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core:config Related to config capabilities and presets priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

4 participants