Skip to content

Commit

Permalink
Endpoint /auth/public_keys endpoint should be accessible by anyone
Browse files Browse the repository at this point in the history
Signed-off-by: montesm <montesm@objectcomputing.com>
  • Loading branch information
montesmoci committed Jan 2, 2024
1 parent aba4165 commit 69ab5fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import io.unityfoundation.dds.permissions.manager.security.AuthConfigService;

@Controller("/auth")
@Secured(SecurityRule.IS_AUTHENTICATED)
@Secured(SecurityRule.IS_ANONYMOUS)
@Tag(name = "Auth")
public class AuthController {

Expand Down

0 comments on commit 69ab5fa

Please sign in to comment.