hello, this is yongsu kim from midasit south korea.
i want to use submodule in pipeline with my two private repository which is allowed only some white ip (company office ip).
these repositories are not allowed other ip because of company's policy.
i tried ssh key with setting-accesskeys/ssh keys, but didn't work.
and pipeline saied "Warning: Permanently added the RSA host key for IP address '*.*.*.*' to the list of known hosts. To access this repository, an admin must whitelist your IP"
(i understood because the repository is running in docker's ip environment which is not allowed)
so i'm wondering is there any other possible tries or not.
related article, posts would be helpful as well.
thank you a lot.
Hi @김용수
Thank you for reaching out to the community.
Based on the error message, you'll indeed need to whitelist Bitbucket Pipelines IP ranges.
For this, you can find Bitbucket Pipelines IP ranges from this link. - What are the IP addresses to configure a corporate firewall? (Under "Valid IP addresses for Bitbucket Pipelines build environments")
You can add all those IPs to your workspace IP whitelisting.
Hope it helps and do let me know if you have further questions that I can help with.
Regards,
Mark C
hello Mark C.
this is exactly what is want to know!
i'll check this document. and do this
And let you know what's going on.
thanks a lot.
Regards,
yongsu kim.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.