Skip to content

Commit

Permalink
fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
KannarFr committed May 11, 2021
1 parent 8312908 commit 62eb487
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public CompletableFuture<Boolean> canLookupAsync(TopicName topicName, String rol
}

@Override
//FIXME: should be reworked
public CompletableFuture<Boolean> allowFunctionOpsAsync(NamespaceName namespaceName, String role, AuthenticationDataSource authenticationData) {
if (!role.startsWith("biscuit:")) {
return defaultProvider.allowFunctionOpsAsync(namespaceName, role, authenticationData);
Expand Down

0 comments on commit 62eb487

Please sign in to comment.