Update ENVIRONMENT_ROLES
This commit is contained in:
parent
19a8078bb2
commit
50f9794c34
@ -189,17 +189,38 @@ ENVIRONMENT_ROLES = [
|
|||||||
ENVIRONMENT_ROLES = [
|
ENVIRONMENT_ROLES = [
|
||||||
(None, {"name": "No access", "description": "No environment access."}),
|
(None, {"name": "No access", "description": "No environment access."}),
|
||||||
(
|
(
|
||||||
"meow",
|
"database_admin",
|
||||||
{
|
{
|
||||||
"name": "Meow",
|
"name": "Database Administrator",
|
||||||
"description": "Configures cloud-based IaaS and PaaS computing, networking, and storage services.",
|
"description": "Configures cloud-based database services.",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"woof",
|
"devops",
|
||||||
{
|
{
|
||||||
"name": "Woof",
|
"name": "DevOps",
|
||||||
"description": "Can add, edit, deactivate access to all projects, environments, and members. Can view budget reports. Can start and edit JEDI Cloud requests.",
|
"description": "Provisions, deprovisions, and deploys cloud-based IaaS and PaaS computing, networking, and storage services, including pre-configured machine images.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"billing_admin",
|
||||||
|
{
|
||||||
|
"name": "Billing Administrator",
|
||||||
|
"description": "Views cloud resource usage, budget reports, and invoices; Tracks budgets, including spend reports, cost planning and projections, and sets limits based on cloud service usage.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"security_admin",
|
||||||
|
{
|
||||||
|
"name": "Security Administrator",
|
||||||
|
"description": "Accesses information security and control tools of cloud resources which include viewing cloud resource usage logging, user roles and permissioning history.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"financial_auditor",
|
||||||
|
{
|
||||||
|
"name": "Financial Auditor",
|
||||||
|
"description": "Views cloud resource usage and budget reports.",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user