Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Jan 22, 2024
1 parent 535d9ff commit d84c4ee
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 49 deletions.
11 changes: 8 additions & 3 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,14 @@ a:not([href]):not([class]):hover {
}

// Taxonomy
// .taxo-categories {
// // margin-top: 2rem;
// }
.article-meta {

background-color: $gray-900;
padding: .5rem;
padding-left: 1rem;

}

.taxonomy {
// .taxonomy-terms-cloud

Expand Down
30 changes: 19 additions & 11 deletions content/en/cloud/identity/organizations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@
title: Organizations
description: >
Organizations serve as the fundamental component of multi-tenancy within the Layer5 Cloud.
date: 2023-10-30
date: 2024-01-21
categories: [Identity]
tags: [orgs]
---

{{< cardpane >}}
{{% card %}}
<img src="/cloud/identity/images/organization_units.svg" link="images/organization_units.svg" alt="Organizational units" />
{{% /card %}}
{{< /cardpane >}}

Organizations are the basic unit of multi-tenancy inside of Layer5 Cloud. Organizations can have any number of teams. Teams can have any number of users. Users can belong to any number of teams. Users may belong to any number of organizations.

Outside of grouping users together, teams offer control access to workspaces and to workspace resources such as environments and managed and unmanaged connections
<div style="display:flex; align-items: start;flex-direction: row;flex: 1 1 auto; ">
<div style="flex-direction: column;">
<p>
Organizations are the basic unit of multi-tenancy inside of Layer5 Cloud. Organizations can have any number of teams. Teams can have any number of users. Users can belong to any number of teams. Users may belong to any number of organizations.
</p>
<p>
Outside of grouping users together, teams offer control access to workspaces and to workspace resources such as environments and managed and unmanaged connections
</p>
</div>
<div style="flex-direction: column;min-width: 50%;justify-items: center;margin-left:1rem;">
<h4 style="text-align:center;font-weight:bold;">Organizational Hierarchy</h4>
<img
src="/cloud/identity/images/organization_units.svg"
link="images/organization_units.svg"
alt="Organizational units"
width="auto" />
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Managing Organization Permissions
title: Default Organization Permissions
description: >
Complete list of default permissions granted to Org Admin and Org Billing Manager roles.
date: 2023-10-30
List of default permissions granted to the Organization Admin and Organization Billing Manager roles.
date: 2024-01-21
weight: 4
categories: [Identity]
tags: [orgs]
Expand Down Expand Up @@ -35,4 +35,7 @@ tags: [orgs]
| Purchase new capabilities |* ||
| Approve/Deny purchase requests for new capabilities |* ||

_The default permissions can be adjusted through granular permissions using [keys](/cloud/security/keys/) and [keychains](/cloud/security/keychains/), note that certain permissions marked with * are only allowed if you're the organization owner._
{{< alert title="*Organization Owner" type="warning" >}}
_Permissions marked with * apply only if you are the owner of the organization._{{< /alert >}}

{{< alert title="Customizable Permissions" type="info" >}}Default permissions can be easily customized by simply creating your own [keychains](/cloud/security/keychains/) and [roles](/cloud/security/roles).{{< /alert >}}
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
---
title: Organizations
title: Default Roles
description: >
Organization is subdivided into two roles: Organization Administrator and Organization Billing Manager.
date: 2023-10-30
By default, Organizations have two roles available: Organization Administrator and Organization Billing Manager.
date: 2024-01-21
weight: 3
categories: [Identity]
tags: [orgs]
---

## Organization Administrator and Organization Billing Manager


{{< cardpane >}}
{{% card header="Organization Administrator and Organization Billing Manager" %}}
{{% card header="Default Organization Roles" %}}
<img src="/cloud/identity/images/organization-administrator-and-organization-billing-manager.svg" link="images/organization-administrator-and-organization-billing-manager.svg" width="100%" alt="Organization Administrator and Organization Billing Manager " />
{{% /card %}}
{{< /cardpane >}}
Expand Down Expand Up @@ -47,7 +43,9 @@ tags: [orgs]
- Check [Organization Permissions](cloud/identity/organizations/org-permissions/)

{{% /card %}}
{{< /cardpane >}}

{{< cardpane >}}
{{% card header="## Organization Billing Managers" %}}

**What is the purpose of this role?**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Managing Team Permissions
title: Default Team Permissions
description: >
Complete list of default permissions granted to Team Admin and Team Manager roles.
date: 2023-10-30
date: 2024-01-21
weight: 4
categories: [Identity]
tags: [teams]
---
The following list is the default permissions granted to Team Admin and Team Manager roles.

| Permissions | Team Admin | Team Manager |
|-----------------------------------------------------------------|-------------|--------------|
Expand All @@ -15,10 +16,12 @@ tags: [teams]
| Add (invite) people to their team (must be member of their org) |||
| Remove people from their team (should be member of their org) |||
| View all team members |||
| Assign/unassign team Admin to team members |* ||
| Assign/unassign team Manager to team members |* ||
| Assign/unassign Team Admin role to team members |* ||
| Assign/unassign Team Manager role to team members |* ||
| Assign roles to team members |||
| Assign keys and keychains to the team members |||

{{< alert title="*Organization Owner" type="warning" >}}
_Permissions marked with * apply only if you are the owner of the organization._{{< /alert >}}

_The default permissions can be adjusted through granular permissions using [keys](/cloud/security/keys/) and [keychains](/cloud/security/keychains/), note that certain permissions marked with * are only allowed if you're the organization owner._
{{< alert title="Customizable Permissions" type="info" >}}Default permissions can be easily customized by simply creating your own [keychains](/cloud/security/keychains/) and [roles](/cloud/security/roles).{{< /alert >}}
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
---
title: Teams
title: Default Roles
description: >
Teams is subdivided into two roles: Team Admins and Team Managers.
date: 2023-10-30
weight: 5
By default, Organizations have two roles available: Team Admins and Team Managers.
date: 2024-01-21
weight: 3
categories: [Identity]
tags: [teams]
---

## Team Admins and Team Managers


{{< cardpane >}}
{{% card header="Team Admins and Team Managers" %}}
{{% card header="Default Team Roles" %}}
<img src="/cloud/identity/images/team-admins-and-team-managers.svg" link="images/team-admins-and-team-managers.svg" width="100%" alt="Team Admin and Team managers" />
{{% /card %}}
{{< /cardpane >}}

## Team Admins and Team Managers

{{< cardpane >}}
{{% card header="Team Administrator" %}}
{{% card header="## Team Administrator" %}}

**What is the purpose of this role?**

Expand Down Expand Up @@ -48,7 +43,9 @@ tags: [teams]
- Check [Team Permissions](/cloud/identity/teams/team-permissions/)

{{% /card %}}
{{< /cardpane >}}

{{< cardpane >}}
{{% card header="## Team Manager" %}}

**What is the purpose of this role?**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Managing User Permissions
title: Default User Permissions
description: >
Complete list of default permissions granted to all users.
date: 2023-10-30
date: 2024-01-21
weight: 5
categories: [Identity]
tags: [users]
Expand All @@ -26,5 +26,7 @@ tags: [users]
| Assign roles to team members ||
| Assign keys and keychains to the team members ||

{{< alert title="*Organization Owner" type="warning" >}}
_Permissions marked with * apply only if you are the owner of the organization._{{< /alert >}}

_The default permissions can be adjusted through granular permissions using [keys](/cloud/security/keys/) and [keychains](/cloud/security/keychains/), note that certain permissions marked with * are only allowed if you're the organization owner._
{{< alert title="Customizable Permissions" type="info" >}}Default permissions can be easily customized by simply creating your own [keychains](/cloud/security/keychains/) and [roles](/cloud/security/roles).{{< /alert >}}
7 changes: 4 additions & 3 deletions content/en/cloud/security/permissions.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
title: Permissions
title: Provider Administrator Role
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
date: 2023-10-30
date: 2024-01-24
# weight: 5
categories: [Security]
tags: [permissions]
draft: true
---

<img src="/cloud/identity/users/notification-preferences.gif" alt="Add User" />

![provider](images/role-provider-admin.svg#float-left "image-center-no-shadow")
![provider](/cloud/security/images/role-provider-admin.svg#float-left "image-center-no-shadow")

<!-- Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://gohugo.io) should be blue with no underlines (unless hovered over).
Expand Down
2 changes: 1 addition & 1 deletion i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ other = "View page source"
[post_create_child_page]
other = "Create child page"
[post_create_issue]
other = "Create documentation issue"
other = "Create docs issue"
[post_create_project_issue]
other = "Create project issue"
[post_posts_in]
Expand Down

0 comments on commit d84c4ee

Please sign in to comment.