Kushagra
Kushagra
Currently, the executed task runs are monitored using the evening send and receive methods provided by Celery. This implementation needs to be changed as it might pose a possible vulnerability...
## Description A number of mypy errors were coming in since foca was not included as part of the flask config but was being consumed using the current app context...
Currently, for the sake of completing the pipeline, we have ignored certain `mypy` errors. We need to work on a solution in order to make our code implementation compatible with...
Provide a config option that allows users to check their own permissions. In that case, the GET endpoints should be available to the users for any permissions that affect them.
Pagination is required while excessing permission rule data objects.
Reference: https://github.com/elixir-cloud-aai/foca/pull/109/files#r768258555 Case: In case the user utilizes the same database name/ collection name, `FOCA` needs to handle it robustly.
Access control uses the default function `generate_id` for creating identifiers for new objects. We need to support configurable parameters for the same. Currently, we are using the default support that...
This issue is blocked by #146. Once the client is implemented, we need to use that client in the `petstore` example to automatically set the permissions of a newly created...
Currently, we have kept the default permission endpoints as fixed paths. Instead, we should probably focus on adding a client for the default API, and for that, we know the...
Currently, we need to manually set permissions for a given resource. However, if the user has himself created a resource, he should have access to permission management for that given...