-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple mirrors with AWS CodeCommit same repo names in different AWS Accounts #79
Comments
I have the same issue |
Also seeing this issue. Has anyone successfully used a workaround for this? |
+1. When it triggers the hook, only one repo is getting updated. Remaining is not triggred |
Same here. The only workaround for me was to get a new code commit name in each account, not ideal but allowed me to workaround it. |
Are there any plans for resolution of this issue from the team maintaing this repository? |
As a workaround, for the atlassian user, you can add something like this to ~/.ssh/config:
then use ssh://codecommit-account1/v1/repos/repo-name as the url in for the mirror (and similarly for additional accounts) |
We are currently facing an issue with mirror hook. We use CodeCommit repos with same name in multiple AWS accounts, CodeCommit provides same URL to access to repo, just different IAM users. When we add multiple mirror hooks using same URL, replication breaks. This not related to authentication because mirror works when we add the repos the first time and then it stops working. If CodeCommit repo names are different, it provides with a different URL and then we can add multiple repos and mirror hooks works fine.
Has anyone seen this issue? Is this supported?
The text was updated successfully, but these errors were encountered: