Skip to content
This repository was archived by the owner on Sep 23, 2020. It is now read-only.
This repository was archived by the owner on Sep 23, 2020. It is now read-only.

See if permission system can restrict applications to perform mutations on their own schema only #1

@Ked57

Description

@Ked57

The example:

Humeur du mois needs a remote schema to perform actions like casting a vote, as it can't be entrusted to the user. Right now we think this can't be using the users JWT and would rather use and userId that has administrator privileges, problem is that this user could have access to the rest of the database and it exposes the whole system to privilege elevation.

We need to find a way to get the JWT token on remote schemas too and define a permission to modify data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions