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):
Table 1. Data elements in the Netcool/Impact core maproles ConfigMap (<release_name>-nciserver-maproles)
Data element Description More information

allusersandroles

Use this data element to assign Netcool/Impact roles to users. Add the user and roles by using the user:role1|role2 format.

For more information, see Authorizing users for Impact.

allgroupsandroles

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.