Skip to content

Removed denyList from Historian delete calls#24299

Merged
dhr-verma merged 1 commit intomicrosoft:mainfrom
dhr-verma:vermadhr/historianRemoveDenyListFromDeleteApis
Apr 9, 2025
Merged

Removed denyList from Historian delete calls#24299
dhr-verma merged 1 commit intomicrosoft:mainfrom
dhr-verma:vermadhr/historianRemoveDenyListFromDeleteApis

Conversation

@dhr-verma
Copy link
Copy Markdown
Contributor

Description

Historian denyList is used to prevent DoS issues with our services. However, we do not need to use the denyList for delete ops. This PR removes the denyList from ops that are handled by the delete APIs of Historian.

Copilot AI review requested due to automatic review settings April 9, 2025 19:56
@github-actions github-actions Bot added the area: server Server related issues (routerlicious) label Apr 9, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

server/historian/packages/historian-base/src/routes/summaries.ts:148

  • [nitpick] Please ensure that tests are updated or added to cover the delete operations now that the denyList parameter is removed.
denyList,

server/historian/packages/historian-base/src/routes/git/refs.ts:141

  • [nitpick] Please ensure that tests are updated or added to cover the delete operations now that the denyList parameter is removed.
denyList,

@github-actions github-actions Bot added the base: main PRs targeted against main branch label Apr 9, 2025
@dhr-verma dhr-verma enabled auto-merge (squash) April 9, 2025 20:09
@dhr-verma dhr-verma merged commit b4a63d5 into microsoft:main Apr 9, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: server Server related issues (routerlicious) base: main PRs targeted against main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants