Replication for scalability and performance
Authorization service components we can automatically repliace include:
- Master authorization policy database
- Containing policy rules
- Credential information
Resource managers that call the authorization service have two options for referencing this database information:
- The application, when configured to work seamlessly with the authorization evaluator, uses a local cache of the database.
The database is replicated for each resource manager that uses the authorization service in local cache mode.
- The application uses a shared replica cached by the remote authorization server component.
The database is replicated for each instance of the authorization server. Many applications can access a single authorization server.
The update notification from the policy server occurs whenever a change is made to the master authorization policy database. The update notification triggers the caching process to update all replicas.
authorization service components.">
Parent topic: ISAM authorization service