Best away to return updated contract offers to each consumers #4379
Closed
jannotti-glaucio
started this conversation in
General
Replies: 2 comments 2 replies
-
Please read the documentation, particularly about how access policy and selectors work on a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Which documentantion ?
Em seg., 29 de jul. de 2024, 16:41, Jim Marino ***@***.***>
escreveu:
… Please read the documentation, particularly about how access policy and
selectors work on a ContractDefinition. The list is dynamic, based on
claims presented by the client, not static.
—
Reply to this email directly, view it on GitHub
<#4379 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2T4WN2URUHTDHXNJVXSEJ3ZO2LINAVCNFSM6AAAAABLUZ3RO2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJYGMZTANA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys !
I need to validate at every catalog fetch request to a consumer, which assets the consumer can access, based on your contract policies. I tried to do it using the contractDefinition assetsSelector field, but it`s a static list and I need something more dynamic, but the assets list is always updated.
How the best approach to do it ?
Implementing a (custom policy engine)[https://github.com/eclipse-edc/Connector/blob/main/docs/developer/policy-engine.md] or is there any other best way to do it ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions