Skip to content

Commit

Permalink
Merge branch 'master' into policies
Browse files Browse the repository at this point in the history
  • Loading branch information
astrozzc authored Mar 31, 2020
2 parents e5ed17e + 98b7167 commit 363fef7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Predefined roles and access for Insights Role Based Access Control README


About
=====

Expand Down
8 changes: 8 additions & 0 deletions configs/cost-management.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"access": [{
"permission": "cost-management:rate:*"
}]
}, {
"name": "Cost Price List Viewer",
"description": "A cost management role that grants read permissions on price list rates.",
"system": true,
"version": 2,
"access": [{
"permission": "cost-management:rate:read"
}]
}, {
"name": "Cost Cloud Viewer",
"description": "A cost management role that grants read permissions on cost reports related to cloud sources.",
Expand Down

0 comments on commit 363fef7

Please sign in to comment.