-
Notifications
You must be signed in to change notification settings - Fork 0
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
TODO #2
Comments
Repository name rules:
|
Secret name rules:
|
Organization name rules:
|
Environment name rules:
|
Current front-runner for re-work of permissions rules schema: permissions:
rules:
- description: Description goes here
resources:
- accounts: [account-a, account-*]
noRepos: true
allRepos: true
selectedRepos: [repo-a]
consumers: [account-b, wild-*]
permissions:
contents: write
members: read
metadata: read |
Three types of token requests:
Two types of consumers:
Goals:
Concepts:
|
Key understanding: When requesting tokens, it matters which consumers (repos and accounts) will gain access to which resources (other repos and accounts), but it doesn't matter what repo requests the token to be created. When requesting the creation of secrets it matters which requesters (repos) can modify secrets in which targets (repos and accounts), but it doesn't matter what the content is (assuming token access rules are satisfied as per the 1st paragraph). |
The text was updated successfully, but these errors were encountered: