简体   繁体   中英

AWS CodeCommit Public Repository

Currently I'm trying to grant public read access to a Git repository in AWS CodeCommit without any access control. All references I was able to find, explain the access configuration possibilities in IAM, but as IAM needs a registered user with credentials this can't be considered public. Is there any possibility to configure public read access to a repository or is this just impossible in AWS CodeCommit?

No, unfortunately it is not currently possible to configure AWS CodeCommit repositories to be public. They can only be accessed by users setup in IAM policies and groups.

Github and Bitbucket allow you to host public repositories.

References:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM