Skip to content
Snippets Groups Projects
Commit b837ba35 authored by Daniel Nephin's avatar Daniel Nephin
Browse files

acl: remove Server.ResolveTokenIdentityAndDefaultMeta

This method suffered from similar naming to a couple other methods on Server, and had not great
re-use (2 callers). By copying a few of the lines into one of the callers we can move the
implementation into the second caller.

Once moved, we can see that ResolveTokenAndDefaultMeta is identical in both Client and Server, and
likely should be further refactored, possibly into ACLResolver.

This change is being made to make ACL resolution easier to trace.
parent 6cf6e7c5
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment