Skip to content

Commit bf90468

Browse files
authored
Skip auth for flags endpoint (#1655)
Part of OPS-3112.
1 parent ca3ea6c commit bf90468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/api/src/app/flags/flag.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const flagController: FastifyPluginAsyncTypebox = async (app) => {
1515
{
1616
config: {
1717
allowedPrincipals: ALL_PRINCIPAL_TYPES,
18+
skipAuth: true,
1819
},
1920
logLevel: 'silent',
2021
schema: {

0 commit comments

Comments
 (0)