Skip to content

Authorizations list can lead to BAD_AUTHORIZATIONS #10

@alerman

Description

@alerman

We set the Authorizations to use based on the user's auths returned from the authorization service. As a result, if the user has auths that the accumulo user does not, accumulo will throw a BAD_AUTHORIZATIONS error. We should probably intersect the user's auths with the accumulo user's auths in the method linked below.

private Set<Authorizations> getAuths(ProxiedUserDetails currentUser) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions