Replies: 5 comments 3 replies
-
@dkkapur FYI |
Beta Was this translation helpful? Give feedback.
-
It will be great if the ACL can support 3 method:
|
Beta Was this translation helpful? Give feedback.
-
Hasan from DLTx |
Beta Was this translation helpful? Give feedback.
-
We perceive this as the simplest change we can make in order to enable SP's to set the announce status, without impacting retrieval processes. Future efforts will address the broader goal of an access list service. ⚡ tl;dr Request to add a flag to boost to allow storage clients to elect to not announce deal data to IPNI. Default behavior will be to announce just as it is today. 🕐 When is a deal announced to the indexer?
🔧 How will this be implemented?
🥡 How does this impact whether the data may be retrieved?
🛃 How can a client change the announce status?
👴 What about legacy deals?
🍴 Related Github Discussion 👋 Relegated github issues/discussions being closed as a result of this update
⌛ Timeline for implementation
|
Beta Was this translation helpful? Give feedback.
-
Today network indexer has default configuration set to default announcement of index, while allowing SP to change config to false to not index. This was designed by the underlying assumption that most data are public unless specified otherwise.
As we embrace more and more enterprise use case and private data onboarding to the network, we are considering updating indexing announcement mechanism to better serve the network need. Instead of announcing index by default, we plan to instead ONLY announce index by default for FIL+ deals that has FastRetrieval enabled, i.e. the contents that are expected to be retrievable, and thus indexing these data by default is a requirement for retrieval. As for other contents, we plan to change to default NOT index, which respect private enterprise data better, and more inline with industry practice.
Specifically, we plan to check on the following two boolean fields in storage deal, and index by default when both of them are true. If either is false, it would be set to not index unless specified otherwise.
Specifically, we plan to introduce an isPublic state for a deal in the next version, and do the following:
Additional Notes:
Beta Was this translation helpful? Give feedback.
All reactions