Skip to content

Commit 4592e7d

Browse files
committed
Add WithSpan to CustomRolesFinder
1 parent a965a74 commit 4592e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/no/ssb/dlp/pseudo/service/security/CustomRolesFinder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
@Requires(notEquals = "endpoints.cloud-run.enabled", value = "true")
2626
})
2727
@Slf4j
28+
@WithSpan
2829
public class CustomRolesFinder implements RolesFinder {
2930

3031
private final TokenConfiguration tokenConfiguration;

0 commit comments

Comments
 (0)