Authorization Requirements for IntelliJ Plugin
Learn about the authorization requirements needed in Oracle NoSQL Database to use IntelliJ Plugin.
The IntelliJ plugin allows you to access Oracle NoSQL Database secure store with the credentials specified in the connection parameters. The success of any DDL or DML operation from the IntelliJ plugin depends on the role-based authorization granted to the authenticated user. Oracle NoSQL Database data store enforces the authorization. If a user attempts an action beyond their privileges, the IntelliJ plugin returns the corresponding authorization error received from Oracle NoSQL Database.
Administrators can further restrict access by granting scoped privileges, such as limiting access to specific tables or namespaces. For more information on role-based authorization, see Configuring Authorization.
Error executing Insert Row : PUT: Insufficient privilege: Insufficient access rights granted on table, id: 14 name: MigrateId (5.4.18)