ACL application micro-lc #539
-
What product are you having troubles with?Microfrontend Composer What Console version are you using?v13.0.5 DescriptionHi, I was reading about ACL expessions in micro-lc , specifically the ones based on permissions. Thanks Actual OutcomeNo response Expected OutcomeNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
Hi @giovanni-motterle-mia-care , thanks for reaching out! To provide a custom extractor you need to mount a JS module that exports your function in the directory specified by the In Console, you need to create a new config map for your middleware instance with the JS file inside at the path specified in the variable above (if you use the default path remember to check the "Preserve files" box!). The function exported by the file cannot make HTTP calls (its execution is sandboxed for safety reasons), so your permissions must be contained either in the headers or the query parameters. If you are hitting a size limit we can think of a solution |
Beta Was this translation helpful? Give feedback.
Hi @giovanni-motterle-mia-care . For your information, version
3.3.1
of middleware is out with support torequest.body
as ACL context builder input.