From 50f5827fb4d37cc3511403ded76c1cdedd09fc53 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 23 Sep 2020 13:27:30 -0700 Subject: [PATCH] docs(docs-infra): remove usage of whitelist in aio-builds-setup docs (#38964) Removes the usage of the term whitelist in the aio-builds-setup docs. PR Close #38964 --- .../docs/image-config--environment-variables.md | 2 +- aio/aio-builds-setup/docs/overview--security-model.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/aio-builds-setup/docs/image-config--environment-variables.md b/aio/aio-builds-setup/docs/image-config--environment-variables.md index 43ba7e70a5..8d380ff70d 100644 --- a/aio/aio-builds-setup/docs/image-config--environment-variables.md +++ b/aio/aio-builds-setup/docs/image-config--environment-variables.md @@ -22,7 +22,7 @@ you don't need to specify values for those. The domain name of the server. - `AIO_GITHUB_ORGANIZATION`: - The GitHub organization whose teams are whitelisted for accepting build artifacts. + The GitHub organization whose teams are trusted for accepting build artifacts. See also `AIO_GITHUB_TEAM_SLUGS`. - `AIO_GITHUB_REPO`: diff --git a/aio/aio-builds-setup/docs/overview--security-model.md b/aio/aio-builds-setup/docs/overview--security-model.md index 453ad412b9..c26f2c1a35 100644 --- a/aio/aio-builds-setup/docs/overview--security-model.md +++ b/aio/aio-builds-setup/docs/overview--security-model.md @@ -98,7 +98,7 @@ This section describes how each of the aforementioned sub-tasks is accomplished: Such a label can only have been added by a maintainer (with the necessary rights) and designates that they have manually verified the PR contents. 2. We can verify (again using the GitHub API) the author's membership in one of the - whitelisted/trusted GitHub teams. For this operation, we need a Personal Access Token with the + trusted GitHub teams. For this operation, we need a Personal Access Token with the `read:org` scope issued by a user that can "see" the specified GitHub organization. Here too, we use the token by @mary-poppins.