-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support removal of user permissions #1351
Comments
slifty
added a commit
that referenced
this issue
Dec 2, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 17, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 17, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 17, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 17, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 17, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 17, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 17, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 17, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Dec 19, 2024
We are going to support deletion of permissions in an upcoming commit, and to do this we are going to store an expiration date instead of actually deleting records. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Jan 2, 2025
This endpoints makes it possible for a user with appropriate permissions to remove a data provider permission for a given user. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Jan 2, 2025
This endpoints makes it possible for a user with appropriate permissions to remove a data provider permission for a given user. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Jan 2, 2025
This endpoints makes it possible for a user with appropriate permissions to remove a data provider permission for a given user. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Jan 3, 2025
This endpoints makes it possible for a user with appropriate permissions to remove a data provider permission for a given user. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Jan 3, 2025
This endpoint makes it possible for a user with appropriate permissions to remove a funder permission for a given user. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Jan 3, 2025
This endpoints makes it possible for a user with appropriate permissions to remove a data provider permission for a given user. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Jan 3, 2025
This endpoints makes it possible for a user with appropriate permissions to remove a data provider permission for a given user. Issue #1351 Support removal of user permissions
slifty
added a commit
that referenced
this issue
Jan 3, 2025
This endpoints makes it possible for a user with appropriate permissions to remove a data provider permission for a given user. Issue #1351 Support removal of user permissions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #1250 we allow the creation of permission relationships within organizational entities. We also need to support removing those permissions.
This will be done using a
not_after
field. Eventually this means we might allow the creation of temporary permissions, though for now there isn't a use case so that functionality won't yet be exposed via API.The text was updated successfully, but these errors were encountered: