Replies: 1 comment
-
i'm encountering the same concern. did you find a workaround? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a CodePipeline that uses a Bitbucket repo as its main source.
There is also a "Connection" (under "Developer Tools") – a trust – between AWS and Bitbucket in order to avoid using SSH keys.
I enabled git on the source using
codeBuildCloneOutput: true
in theConnectionSourceOptions
. However, when I run commands likegit submodule init
andgit submodule update --remote
the trust fails. It throws an 'Unauthorized' fatal error.I don't want to use SSH keys – company policy is to keep things simple and rely on the Connection between AWS and Bitbucket. Is there a way to make git submodules work within this trust, without SSH keys?
Beta Was this translation helpful? Give feedback.
All reactions