Open ezzatron opened 2 months ago
Repository name rules:
The repository name can only contain ASCII letters, digits, and the characters ., -, and _. The repository . is reserved.
Secret name rules:
Secret names can only contain alphanumeric characters ([a-z], [A-Z], [0-9]) or underscores (_). Spaces are not allowed. Must start with a letter ([a-z], [A-Z]) or underscores (_).
Organization name rules:
The name may only contain alphanumeric characters or single hyphens, and cannot begin or end with a hyphen.
Environment name rules:
Name must not contain non-printable characters or the characters "'", "\"", "`", ",", ";", "\"
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: