Programmatically populate host_key in git-gate
#333
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When we fail to add a
host_keytogit-gate, we end up getting 403 errors when trying to clone the repo. We shouldn't have to manually add those host keys in order to clone. Instead, we should do the following:git-gaterepos configured with no host keyWhen launching headlessly, throw an error if there's no
host_keyconfigured.