-
Notifications
You must be signed in to change notification settings - Fork 233
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
New Repo: QPOptions #1130
Comments
So far, we've tried to group repo names in sandbox based on the corresponding working group or extension point ( There are a few repos that don't match this pattern, but I'd be inclined to try to introduce that pattern here. |
TOC would like to have this discussed in the security WG first. The main concern I have in the security WG is ongoing maintenance of these repositories and whether there are substantial benefits from putting these repos in the sandbox org rather than outside the Knative org. I think this is worth an in-person discussion (possibly next week, depending on whether other projects like inter-component Serving encryption have updates). |
After discussion in security WG, it was decided to drop the QPOptions for now and start with a single repository for Security-Guard. |
Use this issue type to request a new repo in
knative-sandbox
(orknative
, which may require additional discussion).Repo information
Org: knative-sandbox
Repo: QPOptions
Purpose (Description):
While the QP extendibility work continues (we now have QPOptions and next will work on the ability to configure extensions, activate them etc.), a knative-sandbox/QPOptions repository will allow offering generic extendibility package(s) including:
Sponsoring WG: Security
Actions to fulfill
This area is used to track the repo creation process.
The requestor and sponsoring WG lead should perform the steps listed below and cross out the checkmarks when done.
The TOC is involved only in the TOC Gate steps.
You may not be able to use the Projects quick menu on this page. In that case, go to the project board and use the Add cards interface.
/peribolos/knative-sandbox.yaml
. Please mind the alphabetical order when adding to a list.Knative Admin
theadmin
privilege.write
privilege.TOC Gate: Once the TOC has approved the above, it will merge and Peribolos will create an empty repository.
(golang) Send a PR to add aliases for
knative.dev/$REPONAME
import paths (sample).Have a lead from the sponsoring WG bootstrap the Git repository by pushing an
appropriate "template" repository (basic,
sample-controller,
sample-source) to the new repository as
a git remote. For example:
Add your GitHub ID to the
OWNERS
file for your repo.Set up prow for a new repo
Bootstrap your CI jobs using hack project (look at other sandbox repos for reference)
Create a sample PR to verify Prow (e.g., edit the boilerplate README)
Verify that within 24 hours the appropriate branch protections have been applied
requiring
tide
to pass before PRs are merged.(optional) Send a PR adding the repo to knobots.
The text was updated successfully, but these errors were encountered: