Skip to content

Commit

Permalink
add proxy endpoint authz
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Dec 27, 2024
1 parent 5c0fbd0 commit fb4e8ec
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ export const registerProxyRoute = (deps: RouteDependencies) => {
parse: false,
},
},
security: {
authz: {
enabled: false,
reason: 'Relies on es client for authorization',
},
},
validate: routeValidationConfig,
},
createHandler(deps)
Expand Down

0 comments on commit fb4e8ec

Please sign in to comment.