简体   繁体   English

AWS CodeCommit公共存储库

[英]AWS CodeCommit Public Repository

Currently I'm trying to grant public read access to a Git repository in AWS CodeCommit without any access control. 目前,我正在尝试在AWS CodeCommit中授予对Git存储库的公共读取访问权限,而无需任何访问控制。 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. 我能够找到的所有参考,解释IAM中的访问配置可能性,但由于IAM需要具有凭证的注册用户,因此不能将其视为公共。 Is there any possibility to configure public read access to a repository or is this just impossible in AWS CodeCommit? 是否有可能配置对存储库的公共读取访问权限,或者这在AWS CodeCommit中是不可能的?

No, unfortunately it is not currently possible to configure AWS CodeCommit repositories to be public. 不,遗憾的是,目前无法将AWS CodeCommit存储库配置为公开。 They can only be accessed by users setup in IAM policies and groups. 它们只能由在IAM策略和组中设置的用户访问。

Github and Bitbucket allow you to host public repositories. Github和Bitbucket允许您托管公共存储库。

References: 参考文献:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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