Skip to content

Commit

Permalink
Make monitoring collection API public again
Browse files Browse the repository at this point in the history
  • Loading branch information
consulthys authored Dec 27, 2024
1 parent 1d1d265 commit da5e4c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function registerDynamicRoute({
{
path: `${MONITORING_COLLECTION_BASE_PATH}/{type}`,
options: {
access: 'internal',
access: 'public',
authRequired: true,
tags: ['api'], // ensures that unauthenticated calls receive a 401 rather than a 302 redirect to login page
},
Expand Down

0 comments on commit da5e4c9

Please sign in to comment.