Skip to content

Commit d84c4ee

Browse files
committed
update
Signed-off-by: Lee Calcote <[email protected]>
1 parent 535d9ff commit d84c4ee

File tree

9 files changed

+66
-49
lines changed

9 files changed

+66
-49
lines changed

assets/scss/_styles_project.scss

+8-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,14 @@ a:not([href]):not([class]):hover {
119119
}
120120

121121
// Taxonomy
122-
// .taxo-categories {
123-
// // margin-top: 2rem;
124-
// }
122+
.article-meta {
123+
124+
background-color: $gray-900;
125+
padding: .5rem;
126+
padding-left: 1rem;
127+
128+
}
129+
125130
.taxonomy {
126131
// .taxonomy-terms-cloud
127132

content/en/cloud/identity/organizations/_index.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
title: Organizations
33
description: >
44
Organizations serve as the fundamental component of multi-tenancy within the Layer5 Cloud.
5-
date: 2023-10-30
5+
date: 2024-01-21
66
categories: [Identity]
77
tags: [orgs]
88
---
9-
10-
{{< cardpane >}}
11-
{{% card %}}
12-
<img src="/cloud/identity/images/organization_units.svg" link="images/organization_units.svg" alt="Organizational units" />
13-
{{% /card %}}
14-
{{< /cardpane >}}
15-
16-
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.
17-
18-
Outside of grouping users together, teams offer control access to workspaces and to workspace resources such as environments and managed and unmanaged connections
9+
<div style="display:flex; align-items: start;flex-direction: row;flex: 1 1 auto; ">
10+
<div style="flex-direction: column;">
11+
<p>
12+
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.
13+
</p>
14+
<p>
15+
Outside of grouping users together, teams offer control access to workspaces and to workspace resources such as environments and managed and unmanaged connections
16+
</p>
17+
</div>
18+
<div style="flex-direction: column;min-width: 50%;justify-items: center;margin-left:1rem;">
19+
<h4 style="text-align:center;font-weight:bold;">Organizational Hierarchy</h4>
20+
<img
21+
src="/cloud/identity/images/organization_units.svg"
22+
link="images/organization_units.svg"
23+
alt="Organizational units"
24+
width="auto" />
25+
</div>
26+
</div>

content/en/cloud/identity/organizations/org-permissions.md content/en/cloud/identity/organizations/default-permissions.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Managing Organization Permissions
2+
title: Default Organization Permissions
33
description: >
4-
Complete list of default permissions granted to Org Admin and Org Billing Manager roles.
5-
date: 2023-10-30
4+
List of default permissions granted to the Organization Admin and Organization Billing Manager roles.
5+
date: 2024-01-21
66
weight: 4
77
categories: [Identity]
88
tags: [orgs]
@@ -35,4 +35,7 @@ tags: [orgs]
3535
| Purchase new capabilities |* ||
3636
| Approve/Deny purchase requests for new capabilities |* ||
3737

38-
_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._
38+
{{< alert title="*Organization Owner" type="warning" >}}
39+
_Permissions marked with * apply only if you are the owner of the organization._{{< /alert >}}
40+
41+
{{< 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 >}}

content/en/cloud/identity/organizations/organizations.md content/en/cloud/identity/organizations/default-roles.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
2-
title: Organizations
2+
title: Default Roles
33
description: >
4-
Organization is subdivided into two roles: Organization Administrator and Organization Billing Manager.
5-
date: 2023-10-30
4+
By default, Organizations have two roles available: Organization Administrator and Organization Billing Manager.
5+
date: 2024-01-21
66
weight: 3
77
categories: [Identity]
88
tags: [orgs]
99
---
10-
11-
## Organization Administrator and Organization Billing Manager
12-
13-
1410
{{< cardpane >}}
15-
{{% card header="Organization Administrator and Organization Billing Manager" %}}
11+
{{% card header="Default Organization Roles" %}}
1612
<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 " />
1713
{{% /card %}}
1814
{{< /cardpane >}}
@@ -47,7 +43,9 @@ tags: [orgs]
4743
- Check [Organization Permissions](cloud/identity/organizations/org-permissions/)
4844

4945
{{% /card %}}
46+
{{< /cardpane >}}
5047

48+
{{< cardpane >}}
5149
{{% card header="## Organization Billing Managers" %}}
5250

5351
**What is the purpose of this role?**
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: Managing Team Permissions
2+
title: Default Team Permissions
33
description: >
44
Complete list of default permissions granted to Team Admin and Team Manager roles.
5-
date: 2023-10-30
5+
date: 2024-01-21
66
weight: 4
77
categories: [Identity]
88
tags: [teams]
99
---
10+
The following list is the default permissions granted to Team Admin and Team Manager roles.
1011

1112
| Permissions | Team Admin | Team Manager |
1213
|-----------------------------------------------------------------|-------------|--------------|
@@ -15,10 +16,12 @@ tags: [teams]
1516
| Add (invite) people to their team (must be member of their org) |||
1617
| Remove people from their team (should be member of their org) |||
1718
| View all team members |||
18-
| Assign/unassign team Admin to team members |* ||
19-
| Assign/unassign team Manager to team members |* ||
19+
| Assign/unassign Team Admin role to team members |* ||
20+
| Assign/unassign Team Manager role to team members |* ||
2021
| Assign roles to team members |||
2122
| Assign keys and keychains to the team members |||
2223

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

24-
_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._
27+
{{< 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 >}}

content/en/cloud/identity/teams/teams.md content/en/cloud/identity/teams/default-roles.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
---
2-
title: Teams
2+
title: Default Roles
33
description: >
4-
Teams is subdivided into two roles: Team Admins and Team Managers.
5-
date: 2023-10-30
6-
weight: 5
4+
By default, Organizations have two roles available: Team Admins and Team Managers.
5+
date: 2024-01-21
6+
weight: 3
77
categories: [Identity]
88
tags: [teams]
99
---
1010

11-
## Team Admins and Team Managers
12-
13-
1411
{{< cardpane >}}
15-
{{% card header="Team Admins and Team Managers" %}}
12+
{{% card header="Default Team Roles" %}}
1613
<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" />
1714
{{% /card %}}
1815
{{< /cardpane >}}
1916

20-
## Team Admins and Team Managers
21-
2217
{{< cardpane >}}
23-
{{% card header="Team Administrator" %}}
18+
{{% card header="## Team Administrator" %}}
2419

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

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

5045
{{% /card %}}
46+
{{< /cardpane >}}
5147

48+
{{< cardpane >}}
5249
{{% card header="## Team Manager" %}}
5350

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

content/en/cloud/identity/users/user-permissions.md content/en/cloud/identity/users/default-permissions.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Managing User Permissions
2+
title: Default User Permissions
33
description: >
44
Complete list of default permissions granted to all users.
5-
date: 2023-10-30
5+
date: 2024-01-21
66
weight: 5
77
categories: [Identity]
88
tags: [users]
@@ -26,5 +26,7 @@ tags: [users]
2626
| Assign roles to team members ||
2727
| Assign keys and keychains to the team members ||
2828

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

30-
_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._
32+
{{< 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 >}}

content/en/cloud/security/permissions.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: Permissions
2+
title: Provider Administrator Role
33
description: >
44
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
5-
date: 2023-10-30
5+
date: 2024-01-24
66
# weight: 5
77
categories: [Security]
88
tags: [permissions]
99
draft: true
1010
---
1111

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

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

1516
<!-- Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://gohugo.io) should be blue with no underlines (unless hovered over).
1617

i18n/en.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ other = "View page source"
4141
[post_create_child_page]
4242
other = "Create child page"
4343
[post_create_issue]
44-
other = "Create documentation issue"
44+
other = "Create docs issue"
4545
[post_create_project_issue]
4646
other = "Create project issue"
4747
[post_posts_in]

0 commit comments

Comments
 (0)