Skip to content

Commit

Permalink
cases and workspaces improvements (#535)
Browse files Browse the repository at this point in the history
* cases and workspaces improvements

* fix link

* spelling and make fmt

* spelling and make fmt
  • Loading branch information
misterpantz authored Jan 9, 2025
1 parent f0f92af commit 5ff62b2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/platform/start/organize/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image: /img/featured_img/mondoo-feature.jpg

Organizations provide a way to group [spaces](/platform/start/organize/spaces) together and manage team members and access.

Every Mondoo account has at least one organization.
Every Mondoo account has at least one organization. You can manage team member access and some Mondoo configuration (such as service accounts and tokens) by organization.

## Create a new organization

Expand Down
4 changes: 3 additions & 1 deletion docs/platform/start/organize/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ image: /img/featured_img/mondoo-feature.jpg

![Spaces](/img/platform/security/spaces.png)

A space is a collection of assets, policies, and reports that you manage together within Mondoo Platform.
A space is a collection of assets, policies, and reports that you manage together within Mondoo Platform. A space exists in a single [organization](/platform/start/organize/organizations). An asset (a physical or virtual computing, network, or storage device or other component of your information environment) can exist in only one space.

Spaces allow for a great degree of flexibility in managing shared resources. For example, teams may organize their deployments in spaces, setting their own policies and quickly gaining insights for everything they manage.

Furthermore, users may decide to configure separate spaces for development, staging, and production environments, or specific compliance requirements such as HIPAA or SOC 2.

You can manage team member access and the majority of your Mondoo configuration (such as your security model, service accounts, and tokens) space by space.

:::note

Adding and removing spaces requires Owner access to the organization.
Expand Down
18 changes: 9 additions & 9 deletions docs/platform/start/organize/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ image: /img/featured_img/mondoo-feature.jpg

Workspaces are ad hoc groups of assets you want to view together. You might have a workspace for a project, another for monitoring urgent problems across your infrastructure, and another for a type of asset.

Think of workspaces more as views rather than as structural divisions of your Mondoo organization. A single asset can be included in multiple workspaces.
Think of workspaces more as views rather than as structural divisions of your Mondoo organization. A single asset can be included in multiple workspaces. You can't manage team member access, security policies, or Mondoo configuration workspace by workspace. They are merely superficial collections of assets.

For example, suppose your infrastructure includes an employee's macOS workstation, which has a _critical_ risk rating. The workstation is in a single [space](/platform/start/organize/spaces), which is in a single [organization](/platform/start/organize/organizations). But it can appear in both a macOS devices workspace and a workspace that shows all critical assets.
For example, suppose your infrastructure includes an employee's macOS workstation, which has a _critical_ risk rating. The workstation is in a single [space](/platform/start/organize/spaces), which is in a single [organization](/platform/start/organize/organizations). The space settings determine the asset's team member access, security model, and policies. But it can appear in many workspaces, such as a macOS devices workspace, a workspace that shows all critical assets, and more.

A space can contain an unlimited number of workspaces, and their purpose is entirely up to you. Their flexibility lets them meet your unique business needs.

Expand Down Expand Up @@ -44,13 +44,13 @@ You set up a workspace by defining qualifying conditions, attributes that assets

Mondoo currently supports these conditions for including assets in, or excluding assets from, a workspace:

| Condition | Values |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Platform | Select one or more options such as Alpine Linux, Atlassian Jira, AWS S3 bucket, GitHub repository, Kubernetes pod, macOS, Slack team, Terraform plan, and more |
| Platform version | Enter a version number such as 3, 4.5, or 12.75.9 |
| Risk rating | Select one or more options: Critical, High, Medium, Low, or None |
| Asset name | Type a full or partial name, such as test, 2024, win, us-east-1, or docker- |
| Kind | Select one or more options: API, Baremetal system (anything that is not a container), Infrastructure as code, Container, Container image, or Network (Arista, Shodan, NMap, HTTP headers, and SSL/TLS certificates) |
| Condition | Values |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Platform | Select one or more options such as Alpine Linux, Atlassian Jira, AWS S3 bucket, GitHub repository, Kubernetes pod, macOS, Slack team, Terraform plan, and more |
| Platform version | Enter a version number such as 3, 4.5, or 12.75.9 |
| Risk rating | Select one or more options: Critical, High, Medium, Low, or None |
| Asset name | Type a full or partial name, such as test, 2024, win, us-east-1, or docker- |
| Kind | Select one or more options: API, Bare metal system (operating systems that are not containers), Infrastructure as code, Container, Container image, or Network (Arista, Shodan, NMap, HTTP headers, and SSL/TLS certificates) |

:::note

Expand Down
Binary file modified static/img/platform/cases/cases-direct-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/platform/security/org-overview (1).png
Binary file not shown.

0 comments on commit 5ff62b2

Please sign in to comment.