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

feat: content moderation for provider based on deployer address #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devalpatel67
Copy link

Sample CRD:

apiVersion: akash.network/v2beta2
kind: ModerationFilter
metadata:
name: my-moderationfilter
namespace: lease # change this to the desired namespace
labels:
akash.network: "true"
spec:

  • allow: true
    pattern: "akash1ul69x67vp6qquknx7vp29zjhxekux58gvfpfqe"
    type: "TenantAddress"
  • allow: false
    pattern: "akash1pj4kd7w46xslvvum63v8r6jf9xmpzktwnpp4tw"
    type: "TenantAddress"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant