External Tools research#11755
Conversation
|
📦 Pushed preview images as 🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name. |
|
I understand this is a draft PR for testing. FWIW: for production use, I think it would be better to split getting the listing of tools from getting the signed URLs, as we do now. A lot depends on whether the tools remain separate apps - if they aren't, they may not need signed URLs (but we would loose the ability to control what they can do if they can just use the SPA authentication.) Currently a tool is launched by giving it one short-lived signed URL as a base64-encoded token and it calls that to get all of the params and (potentially longer-lived) signed URLs its configured for, but all of this happens only when a tool is run, not when the initial listing of tools is shown. |
Thanks Jim, I understand. I think I could use the already existing api endpoint to get all the available tools and then we could create a new endpoint to get the final url processed by the backend logic? But this last part only happening when the tool (iframe) is in view and not before? |
What this PR does / why we need it:
Draft PR only for Testing using the GHCR generated image
Which issue(s) this PR closes:
Special notes for your reviewer:
Suggestions on how to test this:
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: