Bitbucket server / generic SSH #579
UbiquitousBear
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hello @UbiquitousBear I would like to add support for non cloud VCS provider but I don't have a way to test it I guess it will be the same logic that we are currently using but adding some filed for the hostmane. For now the alternative will be to use SSH to connect to your server. You could check this https://docs.terrakube.io/user-guide/vcs-providers/ssh You should be able to use modules and workspaces using that option |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Bitbucket server (or data centre as the products are similar) and would like to use Terrakube. Currently Terrakube doesn't support non cloud based VCS providers.
Based on my understanding of the VCS code in the
api
, access is token-based, and I can envisage PATs (Personal Access Tokens) could suffice here?What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions