Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use full consistent reads #200

Merged
merged 1 commit into from
Nov 17, 2023

Commits on Nov 16, 2023

  1. use full consistent reads

    This switches us to fully consistent reads of relationships which
    ensures after any action has been taken a subsequent read request will
    return the most up to date information.
    
    This resolves an issue seen when directly after creating a role, a
    client may fail to assign a subject to the newly created role.
    
    Signed-off-by: Mike Mason <[email protected]>
    mikemrm committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4e50775 View commit details
    Browse the repository at this point in the history