-
-
Notifications
You must be signed in to change notification settings - Fork 4
feat(perms): log all permissions and access #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
cd5e959
feat(perms): log all permissions and access
avivkeller 1cc6db1
consistent dashes
avivkeller 088aea0
Revise permissions and access notes in PERMISSIONS.md
avivkeller cc572d5
Update permissions and access tokens in documentation
avivkeller c481bf9
fixup!
avivkeller f07af7b
add crowdin, status, vercel
avivkeller 965036b
add read link for status page
avivkeller 54be795
fixup!
avivkeller 7fb3332
vercel shared
avivkeller 331e8fb
Update PERMISSIONS.md
avivkeller 37638ef
Update PERMISSIONS.md
avivkeller 6c6426f
Update PERMISSIONS.md
avivkeller 684c597
Update PERMISSIONS.md
avivkeller 5fcfd19
Update PERMISSIONS.md
avivkeller bbcd6c9
fixup!
avivkeller File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| # Permissions | ||
|
|
||
| ## Repositories | ||
|
|
||
| | Repository | Everyone | @nodejs/web | @nodejs/nodejs-website | @nodejs/web-infra | @nodejs/web-admins | Notes | | ||
| | ---------------------------------------- | -------- | ----------- | ---------------------- | ----------------- | ------------------ | ----- | | ||
| | **[nodejs/discord-status-worker][]** | Read | – | – | Maintain | Admin | | | ||
| | **[nodejs/doc-kit][]** | Read | – | Write | Maintain | Admin | | | ||
| | **[nodejs/node.js.org][]** | Read | Write | - | Maintain | Admin | | | ||
avivkeller marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | **[nodejs/nodejs.dev][]** | Read | - | Write | Maintain | Admin | | | ||
avivkeller marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | **[nodejs/nodejs.org][]** | Read | - | Write | Maintain | Admin | | | ||
| | **[nodejs/nodejs.org-archive][]** | Read | Write | - | Maintain | Admin | | | ||
avivkeller marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
avivkeller marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | **[nodejs/release-cloudflare-worker][]** | Read | – | – | Maintain | Admin | | | ||
| | **[nodejs/web-team][]** | Read | Triage | Maintain | - | Admin | | | ||
| | **[nodejs/website-cloudflare-worker][]** | - | - | - | Maintain | Admin | | | ||
avivkeller marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## External Services | ||
avivkeller marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| | Service | Everyone | @nodejs/web | @nodejs/nodejs-website | @nodejs/web-infra | @nodejs/web-admins | Notes | | ||
| | ------------------------- | -------- | ----------- | ---------------------- | ----------------- | ------------------ | ----------------------------------------------------------------------------- | | ||
| | **[1Password][]** | - | - | - | Admin | Admin | | | ||
| | **[Chromatic][]** | Read | - | Write | Admin | Write | Access to this service is granted via GitHub authentication. | | ||
| | **[Cloudflare][]** | - | - | - | Write | Admin | Access to this service is controlled by @nodejs/build | | ||
avivkeller marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | **[Codecov][]** | Read | - | Admin | Admin | Admin | Access to this service is granted via GitHub authentication. | | ||
| | **[Figma Design File][]** | Read | - | Write | - | - | Access to this service is controlled by the OpenJS Foundation and @avivkeller | | ||
| | **[Sentry][]** | - | - | - | Admin | Admin | | | ||
| | **[Vercel][]** | - | - | - | Admin | Admin | | | ||
|
|
||
avivkeller marked this conversation as resolved.
Show resolved
Hide resolved
ovflowd marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ## Access Tokens | ||
avivkeller marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| | Secret Name | Display Name | Platform/Location | Associated Project(s) | Access Level | Expiry | Notes | | ||
| | -------------------------- | --------------------- | ------------------- | --------------------- | ------------ | ------ | -------------------------------------------------------- | | ||
| | `CROWDIN_GITHUB_BOT_TOKEN` | **[@nodejs-crowdin]** | [nodejs/nodejs.org] | [nodejs/nodejs.org] | Write | - | Used for localization workflows via Crowdin | | ||
|
|
||
| [1Password]: https://1password.com/ | ||
| [@nodejs-crowdin]: https://github.com/nodejs-crowdin | ||
| [@openjs-vercel]: https://github.com/openjs-vercel | ||
| [Chromatic]: https://www.chromatic.com/ | ||
| [Cloudflare]: https://www.cloudflare.com/ | ||
avivkeller marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| [Codecov]: https://codecov.io/ | ||
| [Figma Design File]: https://www.figma.com/file/a10cjjw3MzvRQMPT9FP3xz | ||
| [nodejs/discord-status-worker]: https://github.com/nodejs/discord-status-worker | ||
| [nodejs/doc-kit]: https://github.com/nodejs/doc-kit | ||
| [nodejs/node.js.org]: https://github.com/nodejs/node.js.org | ||
| [nodejs/nodejs.dev]: https://github.com/nodejs/nodejs.dev | ||
| [nodejs/nodejs.org]: https://github.com/nodejs/nodejs.org | ||
| [nodejs/nodejs.org-archive]: https://github.com/nodejs/nodejs.org-archive | ||
| [nodejs/release-cloudflare-worker]: https://github.com/nodejs/release-cloudflare-worker | ||
| [nodejs/web-team]: https://github.com/nodejs/web-team | ||
| [nodejs/website-cloudflare-worker]: https://github.com/nodejs/website-cloudflare-worker | ||
| [Sentry]: https://sentry.io/ | ||
| [Vercel]: https://vercel.com/ | ||
avivkeller marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.