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

W-14938259-permissions-rtf-runtime-manager-kt #229

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{}
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.apivcs": true,
"**/.gitignore": true,
"**/.designer.json": true,
"**/.exchange.xml": true,
"**/.vscode": true,
"**/.mvn": true,
"**/.exchange_modules_tmp": true,
".mule": true
},
"asciidoc.antora.enableAntoraSupport": false
}
2 changes: 1 addition & 1 deletion cloudhub-2/modules/ROOT/pages/ps-assign-permissions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To assign permissions, you need access to Access Management and the Organization
Without at least one of these permissions, you can't see any details upon selecting the *Private Spaces* tab. Instead, you receive a *Not Authorized* message.
* To deploy applications from Exchange, you must assign the Exchange Contributor and Exchange Viewer permissions to the Business Organization that owns the asset.
* To deploy applications in Runtime Manager, you need the Create Applications permission.
* To view all applications on the *Applications* page in Runtime Manager, you need the Read Applications and CloudHub Network Viewer permission.
* To view all applications on the *Applications* page in Runtime Manager, you need the Read Applications, Read Runtime Fabric, and CloudHub Network Viewer permission.
* To view applications deployed to Runtime Fabric and CloudHub 2.0, you also need the following two permissions:
** Read Applications for the Environment.
** Read Runtime Fabrics for the Business Group.
Expand Down