Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure of roles and permission pages #223

Merged
merged 5 commits into from Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
238 changes: 0 additions & 238 deletions content/en/cloud/identity/organizations/provider-admin.md

This file was deleted.

Expand Up @@ -2,7 +2,7 @@
title: Default Organization Permissions
description: >
List of default permissions granted to the Organization Admin and Organization Billing Manager roles.
weight: 4
weight: 1
categories: [Identity]
tags: [orgs]
---
Expand Down
Expand Up @@ -2,7 +2,7 @@
title: Default Team Permissions
description: >
Complete list of default permissions granted to Team Admin and Team Manager roles.
weight: 4
weight: 2
categories: [Identity]
tags: [teams]
---
Expand Down
@@ -1,8 +1,8 @@
---
title: Default Roles
title: Default Organization Roles
description: >
By default, Organizations have two roles available: Organization Administrator and Organization Billing Manager.
weight: 3
weight: 2
categories: [Identity]
tags: [orgs]
---
Expand Down
44 changes: 44 additions & 0 deletions content/en/cloud/security/roles/provider-admin-roles.md
@@ -0,0 +1,44 @@
---
title: Provider Admin Role
description: >
Provider Administrator Role is used for administration of Layer5 Cloud.
weight: 1
categories: [Security]
tags: [permissions]
draft: true
---

{{< cardpane >}}
{{% card %}}
<img src="/cloud/security/images/role-provider-admin.svg" />
{{% /card %}}
{{% card header="## Provider Administrator" %}}

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

- Used for administration of Layer5 Cloud.
- Used for debugging and monitoring.
- Applicable to platform engineering team and on-prem users.

**Who can assign this role?**

- Provider Admins

**When this role first assigned?**

- On ☁️ boot-up (using build args)

**How many instances of these roles?**

- Min: 1, Max: many (based on plan)

**Who can remove assignment of this role?**

- Provider Admins

**What permissions does this role have?**

- Can perform CRUD on all resources

{{% /card %}}
{{< /cardpane >}}
@@ -1,5 +1,5 @@
---
title: Default Roles
iArchitSharma marked this conversation as resolved.
Show resolved Hide resolved
title: Default Team Roles
description: >
By default, Organizations have two roles available: Team Admins and Team Managers.
weight: 3
Expand Down