Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Deny Policy CRUD Support #1781

Open
sgayangi opened this issue Oct 3, 2023 · 1 comment
Open

Add Deny Policy CRUD Support #1781

sgayangi opened this issue Oct 3, 2023 · 1 comment

Comments

@sgayangi
Copy link
Contributor

sgayangi commented Oct 3, 2023

No description provided.

@sgayangi sgayangi self-assigned this Oct 3, 2023
@sgayangi sgayangi moved this from Backlog to In-Progress in APK Development Oct 3, 2023
@sgayangi
Copy link
Contributor Author

sgayangi commented Oct 18, 2023

Meeting Notes (11/10/2023)

Current deny policy implementation in APIM was based on the following parameters.

  • IP address
  • IP range
  • Application
  • API context
  • User

However, based on the role of deny policies in the context of API management, the deny policies for IP range, IP address and API were removed from the feature. IP filtering is more suited to be done from a WAF level, and instead of using a deny policy to block all calls to an API, the API can be undeployed instead.

Therefore the deny policy support for APK will focus on deny policies for

  • Application
  • Subscription
  • User

@sgayangi sgayangi moved this from In-Progress to On-Hold/Blocked in APK Development Oct 27, 2023
@sgayangi sgayangi changed the title Deny Policies CRUD Add Deny Policy CRUD Support Nov 23, 2023
@sgayangi sgayangi moved this from On-Hold/Blocked to In-Progress in APK Development Dec 6, 2023
sgayangi added a commit to sgayangi/apk that referenced this issue Dec 6, 2023
@sgayangi sgayangi moved this from In-Progress to On-Hold/Blocked in APK Development Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: On-Hold/Blocked
Development

No branches or pull requests

2 participants