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

AAP-38726 - Corrected access rules for applications list #2992

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
11 changes: 6 additions & 5 deletions downstream/modules/platform/ref-gw-access-rules-apps-tokens.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@

Access rules for applications are as follows:

* System administrators can view and manipulate all applications in the system.
* Platform administrators can view and manipulate all applications in the system.
* Platform auditors can only view applications in the system.
//[ddacosta-aap-38726] Org administrators do not have this access in gateway.
//* Organization administrators can view and manipulate all applications belonging to organization members.
* Other users can only view, update, and delete their own applications, but cannot create any new applications.
//* Other users can only view, update, and delete their own applications, but cannot create any new applications.
* Tokens, on the other hand, are resources used to authenticate incoming requests and mask the permissions of the underlying user.

Access rules for tokens are as follows:

* Users can create a token if they are able to view the related application and can also create a personal token for themselves.
* System administrators are able to view and manipulate every token in the system.
* Users can create personal tokens for themselves.
//* Platform administrators are able to view and manipulate every token in the system.
//[ddacosta-aap-38726] Org administrators do not have this access in gateway.
//* Organization administrators are able to view and manipulate all tokens belonging to organization members.
* System Auditors can view all tokens and applications.
//* Platform auditors can view all tokens and applications.
* Other normal users are only able to view and manipulate their own tokens.

[NOTE]
Expand Down