Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

staticPath = Utils.governanceRooted(staticPath);

For example, gadgets is the static prefix in the following storage path.

Note

If you create any custom roles that mimic the internal/publisher role, which is shipped with ES, it is mandatory for you need to add the read/write access to the static part of the storage path defined in the RXTs.

Code Block
Code Block
/gadgets/@{overview_provider}/@{overview_name}/@{overview_version}
Info

The Add, Modify, and Remove role options are only visible to administrators with privileges.

...

Info

When adding roles to external user stores

  • Some external user stores do not allow you to create empty roles. In that case, selecting users who belong to a role is mandatory.
  • If you connect to an external user store (e.g., LDAP) in the read-only mode, you can read existing roles from it, but you can not edit/delete the roles. In this case, you can still create new roles that are editable and can be managed internally.
  • If you connect to an external user store in read/write mode, you can edit the roles in the external user store as well.

...