Netcool/Impact core maproles configmap
Learn about the structure of the maproles configmap for the Netcool®/Impact core server pod, nciserver
. Edit this configmap to add
authorization for users to access and view IBM®
Tivoli®
Netcool/Impact user interfaces in a IBM Netcool Operations Insight® on Red Hat® OpenShift®
deployment.
Contents
The following table lists the data elements that are contained in the Netcool/Impact core
maproles configmap (
<release_name>-nciserver-maproles
):
Data element | Description | More information |
---|---|---|
|
Use this data element to assign Netcool/Impact roles to
users. Add the user and roles by using the |
For more information, see Authorizing users for Impact. |
|
Use this data element to assign Netcool/Impact roles to
groups. Add the group and roles by using the group:role1|role2 format. |
Examples of each of the data elements in this configmap are provided.
Data elements: allusersandroles
and
allgroupsandroles
Refer to the following example to see
allusersandroles
and
allgroupsandroles
in use.apiVersion: v1
data:
allgroupsandroles: >
Group1:impactAdminUser|impactOSLCDataProviderUser|impactOSLCDataProviderUser
allusersandroles: >
impactadmin:impactAdminUser|impactOSLCDataProviderUser|impactOSLCDataProviderUser
user11:impactAdminUser|impactOSLCDataProviderUser
kind: ConfigMap
Restart the pod after you change the configmap.