Adding User to Resource Principal Group

By default only service users have access to a resource principal group. Non-service OS users must have access to the resource principal, and the user must be added to the resource principal group
  1. Access Apache Ambari.
  2. From the side toolbar, under Services select ODH Utilities.
  3. Select Configs.
  4. Select Advanced.
  5. Navigate to the Advanced odh-rp-conf section, and locate the property value of the OCI Resource Principal Config Group.
  6. From any node, use the dcli command to add the required user to Linux group to the OCI Resource Principal Config Group property.
    dcli sudo usermod -a -G bds_rp_users <custom user name>
    Note

    • bds_rp_users: The default group that's preconfigured.
    • <custom user name>: The username you want to add to the group.