Assigning access to an application
Procedure to assign access to multiple namespaces of an application.
About the task
Procedure
- In the navigation bar, select Library, select the Applications tab. The application list is displayed.
- In the overflow menu of the application, click Assign access.
- In the Assign access dialog box, select the namespaces. You can select a single or multiple namespaces to which the user has access.
- Click Assign.
Scenarios
- You can set or change a single or multiple valid namespaces to an application. The valid namespaces are those which the user has access to.
- An application with multiple namespaces can be deployed only in any of the user accessible namespaces to which an application belongs.
- Example: An application
A
belongs to namespacesN1
,N2
, andN3
. UserU
has access toN2
,N3
,N4
. Allowed namespaces for deployment areN2
andN3
.
- Example: An application
- For an application, removal (multiple namespaces), change (single namespace) or add (Global to single or multiple namespaces) is allowed if the namespace of the associated application instance is present in the new namespace list.
- Example 1: If an application
A1
(globally accessible) is deployed in namespacesN1
andN2
(one application instance inN1
and one inN2
) then we can allow to update the namespaces ofA1
only if it includesN1
andN2
. That is,A1
can be updated toN1
andN2
but not toN2
andN3
. - Example 2: If an application instance
AI
of an applicationA
is deployed in namespaceN2
, then applicationA
is not allowed to change namespaces fromN1
,N2
, andN3
toN1
andN3
, removingN2
until an application instanceAI
is deleted.
- Example 1: If an application