1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md
Octomerger Bot 7b142730bf repo sync (#21842)
* Mention dependency files update for Gradle

* Adding more specific caveats of apply support.

Co-authored-by: Mike McDonald <2575327+asciimike@users.noreply.github.com>

* Adding ip_allow_list entries

I've added the ip_allow_list and ip_allow_list_entry category actions

* Update backing-up-a-repository.md

Add Azure Blob Storage as potential backup or storage service to have more options and especially also call out a non-consumer service with SLAs.

* Add missing "Open Git Bash" step

* Update data/reusables/dependabot/supported-package-managers.md

* Update about-linked-identities.md

* Update viewing-and-managing-a-members-saml-access-to-your-organization.md

* Update viewing-and-managing-a-users-saml-access-to-your-enterprise.md

* Fix workflow command for toolkit function (#10249)

* fixed typographical errors

* Update CONTRIBUTING.md

* Fixed typographical errors

* Apply suggestions from code review

* Add 💅

* Move mention of SCIM

* Add newline

* Add Further Reading Links

Fixes github#9906

* Fix link

* Add Further Reading Links

Fixes github#9906

* 🔀 linking

Fixes github#9906

* 🔀 linking

* 🔀 linking

* Added further reading section

* Update content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Update content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Update content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md

* Apply suggestions from code review

* Update device flow OAuth app responses (#10426)

Co-authored-by: Zbynek Konecny <zbynek1729@gmail.com>
Co-authored-by: Mike McDonald <2575327+asciimike@users.noreply.github.com>
Co-authored-by: Jonathan Cardona <Hollywood@github.com>
Co-authored-by: Gerwald Oberleitner <gerwaldo@users.noreply.github.com>
Co-authored-by: Rob Cowsill <42620235+rcowsill@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Andre Kolodochka <59625655+andrekolodochka@users.noreply.github.com>
Co-authored-by: Lee Dohm <1038121+lee-dohm@users.noreply.github.com>
Co-authored-by: Abshar Mohammed Aslam <Absharaslam2001@gmail.com>
Co-authored-by: Lulu <oluchi@lulunwenyi.com>
Co-authored-by: Oluchi Nwenyi <dev@lulunwenyi.com>
Co-authored-by: Ramya Parimi <ramyaparimi@github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: PSJ <51746608+thispsj@users.noreply.github.com>
Co-authored-by: Janice <janiceilene@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-10-04 23:32:57 -05:00

1.7 KiB

title, shortTitle, intro, product, versions, topics, redirect_from
title shortTitle intro product versions topics redirect_from
Managing repository access for your codespaces Repository access You can manage the repositories that {% data variables.product.prodname_codespaces %} can access. {% data reusables.gated-features.codespaces %}
fpt
*
Codespaces
Security
/codespaces/managing-your-codespaces/managing-access-and-security-for-your-codespaces

When you enable access and security for a repository owned by your user account, any codespaces that are created for that repository will have read permissions to all other repositories you own. If you want to restrict the repositories a codespace can access, you can limit to it to either the repository the codespace was opened for or specific repositories. You should only enable access and security for repositories you trust.

{% data reusables.user_settings.access_settings %} {% data reusables.user_settings.codespaces-tab %}

  1. Under "Access and security", select the setting you want for your user account. Radio buttons to manage trusted repositories
  2. If you chose "Selected repositories", select the drop-down menu, then click a repository to allow the repository's codespaces to access other repositories you own. Repeat for all repositories whose codespaces you want to access other repositories you own. "Selected repositories" drop-down menu

Further Reading