This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

How to install pack from private git repository using ssh when deployed on docker

Hi guys
I’m having trouble with ssh when i try to install pack from private repo using docker;

  • which container should contain the ssh key (st2client or st2actionrunner or st2api) ?
  • which user should be owner (stanley or root)

If it’s possible to put this in the documentation or in the readme file it would be very helpfull
Thanks

Packs — StackStorm 3.3.0 documentation covers it.

The user which runs the pack install is root and the container where it’s executed is st2actionrunner. So you need to share SSH key for the st2actionrunner container.

Hope that helps.

Both Docker and Documentation repositories are opensource, we’d love to accept PRs to improve the documentation around this.

Thanks, I’ll give it a try and be back to you