Skip to content

Commit

Permalink
Update roadmap in documentation (#3733)
Browse files Browse the repository at this point in the history
* Update documentation to use "control plane"

We use "control plane" throughout the docs, standardize the one place
that was using "controlplane".

* Update the roadmap in our documentation
  • Loading branch information
ethomson authored Jun 27, 2024
1 parent fe18235 commit 0ae6f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions docs/docs/about/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ This roadmap should serve as a reference point for Minder users and community me

Have any questions or comments about items on the Minder roadmap? Share your feedback via [Minder GitHub Discussions](https://github.com/stacklok/minder/discussions).

_Last updated: April 2024_
_Last updated: June 2024_

## In progress

* **Project hierarchies:** Enable users to create nested projects and group repositories within those projects. Projects will inherit profile rules in order to simplify profile and policy management.
* **Register an entire GitHub organization:** instead of individually selecting repositories, you can register a GitHub organization to manage all the repositories within it.
* **Individual repository selection:** instead of profiles always applying to all repositories, you can select which repositories a profile applies to.
* **Enforce license information for dependencies:** Ensure that dependencies in your repositories use licenses that you approve.
* **Register an entire org to automatically add new repos:** Register an entire GitHub organization instead of a single repo; any newly created repos will automatically be added to Minder to simplify policy management.
* **Improved user management:** easier ways to invite users to your Minder organization.
* **Historical evaluation:** provide information about how your security posture has changed over time.

## Next

* **Project hierarchies:** Enable users to create nested projects and group repositories within those projects. Projects will inherit profile rules in order to simplify profile and policy management.
* **Report CVEs, Trusty scores, and license info for ingested SBOMs:** Ingest SBOMS and identify dependencies; show CVEs, Trusty scores, and license information including any changes over time.
* **Block PRs based on Trusty scores:** In addition to adding comments to pull requests (as is currently available), add the option to block pull requests as a policy remediation.
* **Create policy to manage licenses in PRs:** Add a rule type to block and/or add comments to pull requests based on the licenses of the dependencies they import.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/run_minder_server/run_the_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 10

# Run a minder server

Minder is platform, comprising of a controlplane, a CLI, a database and an identity provider.
Minder is platform, comprising of a control plane, a CLI, a database and an identity provider.

The control plane runs two endpoints, a gRPC endpoint and a HTTP endpoint.

Expand Down

0 comments on commit 0ae6f9d

Please sign in to comment.