From 158b52461dea343e2f68f5be46e62fdc8d03b18f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 24 May 2024 19:26:54 +0300 Subject: [PATCH 1/2] chore(docs): update github app permission to read org members This is required to use github auth method with https://registry.coder.com/modules/vault-github. Closes #12511 --- docs/admin/external-auth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/external-auth.md b/docs/admin/external-auth.md index 9165c1c67604c..fd123d2785ad5 100644 --- a/docs/admin/external-auth.md +++ b/docs/admin/external-auth.md @@ -70,8 +70,9 @@ GitHub provider). | Pull requests | Read & Write | Grants access to create and update pull requests. | | Workflows | Read & Write | Grants access to update files in `.github/workflows/`. | | Metadata | Read-only | Grants access to metadata written by GitHub Apps. | + | Members | Rad-only | Grabts access to organization members and teams. | -3. Install the App for your organization. You may select a subset of +4. Install the App for your organization. You may select a subset of repositories to grant access to. ![Install GitHub App](../images/admin/github-app-install.png) From 332afba7804c7b6ce3b01d807cc6bc9e14682289 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 24 May 2024 19:44:14 +0000 Subject: [PATCH 2/2] `make fmt` --- docs/admin/external-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/external-auth.md b/docs/admin/external-auth.md index fd123d2785ad5..168028ecae06e 100644 --- a/docs/admin/external-auth.md +++ b/docs/admin/external-auth.md @@ -72,7 +72,7 @@ GitHub provider). | Metadata | Read-only | Grants access to metadata written by GitHub Apps. | | Members | Rad-only | Grabts access to organization members and teams. | -4. Install the App for your organization. You may select a subset of +3. Install the App for your organization. You may select a subset of repositories to grant access to. ![Install GitHub App](../images/admin/github-app-install.png)