Skip to content

Commit

Permalink
Update x-pack/plugins/cloud/server/routes/elasticsearch_routes.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rodney Norris <rodney@tattdcodemonkey.com>
  • Loading branch information
sphilipse and TattdCodeMonkey authored Sep 17, 2024
1 parent a18f9cb commit 96b8649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/cloud/server/routes/elasticsearch_routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export function defineRoutes({
{
path: ELASTICSEARCH_CONFIG_ROUTE,
validate: {},
options: {
access: 'internal',
},
},
async (context, request, response) => {
const body: ElasticsearchConfigType = {
Expand Down

0 comments on commit 96b8649

Please sign in to comment.