Hey there, I’m trying to do something that might not be quite supported and I was wondering if it will be possible soon:
We have a bunch of private Bitbucket repos that run various internal tools. These are pretty sensitive so not something we want to have exposed.
Would like to import these as Glitch private projects, but the first issue appears to be that there isn’t a way to create a project from a git repo that is private from the start. Exposing this code to the public even for a few minutes would not really be acceptable unfortunately. It is somewhat unclear from the UI exactly what will happen when I clone a repo, but I’m assuming it would indeed be public until switched to private after the cloning process completes.
The second issue appears to be that there isn’t support for SSH scheme for cloning a git repo, which I would prefer to embedding username:password in an HTTPS URL. I suppose an acceptable but somewhat annoying workaround would be to create a new Bitbucket user for each project and grant it access just to that one project. SSH protocol + keys generated by your platform for each project for purposes of identifying Glitch as a user to the remote repo would be ideal, however.
Thanks for creating such a cool platform,
IJR