You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
datawave-dictionary-service/service/src/main/java/datawave/microservice/dictionary/DataDictionaryOperations.java
Line 348 in f1a89c1
The text was updated successfully, but these errors were encountered: