Andrey Antukh 5638e92e51 Add RPC proxy methods for exporter service
Add two new RPC commands (export-shapes and export-frames) that act as
authenticated gateway proxies to the internal exporter service. This enables
API consumers using access-token authentication to trigger exports
programmatically, which was previously only possible via the nginx-proxied
cookie-based /api/export endpoint.

- New RPC commands: ::export-shapes, ::export-frames with Transit-over-JSON proxy
- Both sync (wait:true) and async (wait:false) modes supported
- Cookie-based auth forwarded transparently; access-token auth creates temp sessions
- Session helpers: create-session-token and delete-session-by-id
- New config key: :exporter-uri (default: http://localhost:6061)
- Docker compose files updated with PENPOT_EXPORTER_URI

Closes #10008
2026-06-03 11:39:59 +00:00
..
2025-07-21 20:45:03 +02:00
2026-05-13 14:14:10 +02:00
2026-05-13 14:14:10 +02:00
2026-04-20 19:37:02 +02:00
2026-05-13 14:14:10 +02:00