-
Notifications
You must be signed in to change notification settings - Fork 29
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
Provider Content Moderation #337
Comments
The content moderation work is underway, currently, we have shown a demo on the sig-providers meeting about the progress. We have shown the Moderation API capabilities for blocking Image(s), Wallet Address(es), and hostname(s). We will put in the pull request soon. The changes for the UI are also underway which will also the users of the Praetor to block these things through UI. We are currently working on Management API where we will make necessary changes to inspect and close the lease from the provider side. |
Here is a link to the video for the sig-providers meeting held on October 25th, 2023. Deval starts his demo about 10 minutes into the meeting. |
We are currently working on accessing the data through CRDs, where the configuration of the allow/disallow wallet address, blocked images, and hostname restrictions have been placed. As soon as we resolve the access part. we will be able to put in the pull request. |
We are working on UI to showcase the leases on the dashboard and waiting for the APIs from max through indexer. We are also working on the path to close the lease through UI with Aurthur's guidance. |
We have finished work on listing and detail page of the provider leases/developments. The work on filtering Address, Hostname and Images are also done using the CRDs of the kube. Code cleanup and pull request will be done soon on this. We are working on a settings page where users can add those filters as well as listing them through an API from akash. We are also working on how to close a lease from a provider if they find the lease inappropriate(violating their moderation policy). The feature for listing and showing the details of the lease/deployment will go live today/tomorrow, internal code review in progress. |
Created PR in provider github - akash-network/provider#172 |
January 23rd, 2024
|
Content moderation work is currently scoped to two areas as outlined in this PRD https://github.com/akash-network/community/blob/main/wg-content-moderation/prd.md
The text was updated successfully, but these errors were encountered: