GitLab 中允许用户仅使用 oauth 令牌访问 public 存储库的范围是什么?
What is the scope in GitLab to let user only access to public repos with the oauth token?
我在文档中找到了范围“read_repository”,但找不到只允许用户读取属于访问令牌所有者的 public 存储库的范围。该功能目前可用吗?
考虑到 GitLab Repository API 是一个可以访问的端点 无需 身份验证 如果存储库 public 可以访问 , ...它可能不需要范围。
issue like 28324 asks for read_repository PAT to be applicable Repository API, not just the Repository files API,例如从 私有 存储库使用 read_repository
PAT 访问文件存档。
但对于 public 来说,您不需要任何特别的东西。
我在文档中找到了范围“read_repository”,但找不到只允许用户读取属于访问令牌所有者的 public 存储库的范围。该功能目前可用吗?
考虑到 GitLab Repository API 是一个可以访问的端点 无需 身份验证 如果存储库 public 可以访问 , ...它可能不需要范围。
issue like 28324 asks for read_repository PAT to be applicable Repository API, not just the Repository files API,例如从 私有 存储库使用 read_repository
PAT 访问文件存档。
但对于 public 来说,您不需要任何特别的东西。