Skip to content

Commit

Permalink
Merge pull request #2643 from objectcomputing/bugfix-2642/member-role…
Browse files Browse the repository at this point in the history
…-controller-was-allowing-anonymous-security

2024-10-17 - Member-role controller security - changed from anonymous…
  • Loading branch information
mkimberlin authored Oct 18, 2024
2 parents 3f5994d + 04bbd40 commit ddbff41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.List;
import java.util.UUID;

@Secured(SecurityRule.IS_ANONYMOUS)
@Secured(SecurityRule.IS_AUTHENTICATED)
@ExecuteOn(TaskExecutors.BLOCKING)
@Controller("/services/roles/members")
public class MemberRoleController {
Expand Down

0 comments on commit ddbff41

Please sign in to comment.