-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add e2e support for setting backend.id
(Policy, Workflow, GraphQL)
#624
Comments
Nest Interface Policy which allows us to extend the Policy later: |
FindingsPersonally, I discovered two things that I don't like:
IMO it would be good to revisit the whole solution after implementing that and adjust where needed (external feedback would be very helpful). Maybe we should introduce dedicated field for injecting storage backend instead of using Follow-ups
Changes
NotesWorkflow policy doesn't have an option to specify the TypeInstance backends for TypeRefs as this serves as default mechanism both for Global and Action Policy only. HINT: The Questions
|
Support new TypeInstance Policy and storages specified in |
backend.id
(Policy, Workflow, GraphQL)
Description
Update Policy syntax and related logic according to the Delegated Storage proposal.
Syntax
Breaking change:
Enhancements:
if
capact-outputTypeInstances[*].backend
not specified, check default from Policy.During render:
Defaults: extracted to Add common TypeInstance injection #635
Override defaults:
AC
Extra scope:
uses
relations between storage backend TypeInstance and other TypeInstancesRelated issues
See epic #604 for reason and use cases.
The text was updated successfully, but these errors were encountered: