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 wildcard support for the API Routes in access policies #56

Closed
aamplugin opened this issue Feb 17, 2020 · 0 comments
Closed

Add wildcard support for the API Routes in access policies #56

aamplugin opened this issue Feb 17, 2020 · 0 comments
Assignees

Comments

@aamplugin
Copy link
Owner

Currently, there are no ways to restrict access to all API Routes and exclude only few. Would be lovely to have the ability to do something like this:

{
    "Effect": "deny",
    "Resource": "Route:*"
}

or even more granular access controls. For example, restrict the ability to invoke any RESTful API endpoint with GET verb:

{
    "Effect": "deny",
    "Resource": "Route:RESTful:*:GET"
}
@aamplugin aamplugin self-assigned this Feb 21, 2020
@aamplugin aamplugin added this to the 5.3.1 - Plus Package milestone Feb 21, 2020
aamplugin pushed a commit that referenced this issue Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant