Skip to content

Commit

Permalink
Update index.adoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH authored Oct 9, 2023
1 parent 9c579cc commit ae25bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ a `io.restorecommerce.access_control.ReverseQuery` message.
NOTE : For `IsAllowed` and `WhatIsAllowed` operations if `context` contains the subject token and identifier, then the service will emit a message
to link:https://github.com/restorecommerce/access-control-srv/blob/master/cfg/config.json#L326[Kafka-topic] with event name `hierarchicalScopesRequest`
and service resonsible for creating the hierarchical scopes will consume this message and send back `hierarchicalScopesResponse` which is then saved
to redis link:https://github.com/restorecommerce/access-control-srv/blob/master/cfg/config.json#L11[subject] cache by this service.
to redis link:https://github.com/restorecommerce/access-control-srv/blob/master/cfg/config.json#L8[subject] cache by this service.
If the Subject https://docs.restorecommerce.io/identity-srv/index.html#api_user[role associations] are modified then this service invalidates both the subject cache and `acs-client` cache.

`io.restorecommerce.access_control.Request`
Expand Down

0 comments on commit ae25bba

Please sign in to comment.