Skip to content

Commit

Permalink
Merge pull request #18 from layer5io/leecalcote/identity
Browse files Browse the repository at this point in the history
identity
  • Loading branch information
leecalcote authored Oct 28, 2023
2 parents 96148b5 + 60e0125 commit cd39181
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 108 deletions.
5 changes: 4 additions & 1 deletion assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@
> h1 {
font-weight: $font-weight-bold;
margin-bottom: 1rem;
color: $saffron;
}

> h2 {
margin-bottom: 1rem;
color: $saffron;
}

> h2:not(:first-child) {
margin-top: 3rem;
color: $saffron;
}

> h2 + h3 {
Expand All @@ -34,7 +37,7 @@
> h6 {
margin-bottom: 1rem;
margin-top: 2rem;
color: pink;
color: $saffron;
& a {
color: pink;
}
Expand Down
4 changes: 3 additions & 1 deletion assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ $warning: #ed6a5a !default;
$danger: #ed6a5a !default;
$light: #d3f3ee;
$dark: #1E2117;
$blonde: #FFF3C5;
$saffron: #EBC017;

// $bg-gradient:#1E2117;
$code-color: shade-color($secondary, 40%) !default;
Expand All @@ -26,7 +28,7 @@ $code-color: shade-color($secondary, 40%) !default;
// Body
$body-color: #ccc;
$body-bg: #010101;
$color: pink;
$color: yellow;

// UI element colors

Expand Down
79 changes: 0 additions & 79 deletions content/en/Cloud/Contribution guidelines/_index.md

This file was deleted.

13 changes: 0 additions & 13 deletions content/en/Cloud/Examples/_index.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/en/Cloud/Getting started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Getting Started
description: What does your user need to know to try your project?
categories: [Examples, Placeholders]
tags: [test, docs]
weight: 2

---

{{% pageinfo %}}
Expand Down
22 changes: 19 additions & 3 deletions content/en/Cloud/Identity/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
---
title: Organizations, Teams, Users
title: Identity
description: >
A short lead description about this section page. Text here can also be **bold** or _italic_ and can even be split over multiple paragraphs.
Organizations, Teams, Users
date: 2017-01-05
weight: 1
---

{{% pageinfo %}}
Organizations, Teams, Users
{{% /pageinfo %}}

YOu can create any number of these.
### User Accounts

Every person who uses Layer5 Cloud signs into a user account. Your user account is your identity on Layer5 Cloud and has a username and profile. For example, see Five's profile.

{{< alert type="warning" title="TODO" >}}Insert Five's user profile here.{{< /alert >}}

Your user account can own resources such as workspaces, designs, connections, credentials, tokens, Any time you take any action on Layer5 Cloud such as creating a design or reviewing a deployment request, the action is attributed to your user account.

Each user account is subscribed to a plan: Free, Team, or Enterprise. All user accounts can own an unlimited number of public and private workspaces, with an unlimited number of collaborators on those workspaces. If you use Layer5 Free, private workspaces owned by your user account have a limited feature set. You can upgrade to Layer5 Enterprise to get a full feature set for private workspaces. For more information, see [Layer5 subscription plans](https://layer5.io/pricing).

Teams allow you to organize users into groups and conveniently assign access to workspaces or to assign roles with associated keychains and keys to control permissions. For more information, see [Teams](/cloud/identity/teams).

Organizations are the basic unit of multi-tenancy inside of Layer5 Cloud.

Organizations may have any number of teams and teams may have any number of users. User accounts are treated as sovereign entities that are owned by individual individuals, not by corporations.

12 changes: 12 additions & 0 deletions content/en/Cloud/Identity/organizations/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Organizations
description: >
A short lead description about this section page. Text here can also be **bold** or _italic_ and can even be split over multiple paragraphs.
date: 2023-10-28
---

{{% pageinfo %}}
Organizations, Teams, Users
{{% /pageinfo %}}

YOu can create any number of these.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Bed and Chair Metrics
title: Managing Organization Permissions
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
date: 2017-01-05
weight: 2
date: 2023-10-28
weight: 4
---

{{% pageinfo %}}
Expand Down
4 changes: 2 additions & 2 deletions content/en/Cloud/Identity/teams/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Users
title: Teams
description: >
A short lead description about this section page. Text here can also be **bold** or _italic_ and can even be split over multiple paragraphs.
date: 2017-01-05
date: 2023-10-28
---

{{% pageinfo %}}
Expand Down
4 changes: 2 additions & 2 deletions content/en/Cloud/Security/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Identity
title: Security
description: What can your user do with your project?
date: 2017-01-05
weight: 6
weight: 2
---

{{% pageinfo %}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Porridge Assessment
title: Roles
description: >
A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs.
date: 2017-01-05
weight: 4
date: 2023-10-28
---

{{% pageinfo %}}
Expand Down

0 comments on commit cd39181

Please sign in to comment.