Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
haskell-gargantext
haskell-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 159
    • Issues 159
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • haskell-gargantexthaskell-gargantext
  • Issues
  • #364

Closed
Open
Opened Jul 08, 2024 by Alfredo Di Napoli@AlfredoDiNapoli2 of 3 tasks completed2/3 tasks
  • Report abuse
  • New issue
Report abuse New issue

Write Frame microservice proxy improvements

@anoe Now that !296 (merged) has been merged, we are proxying the "write frame" service behind a reverse proxy which we have written and that will ensure we have control over how the traffic towards the microservice is served.

However, it's now time to capitalise on this design and improve the microservice and its proxying this way:

  • Clicking on the "New" button on the CodiMD interface should bring up the modal to create another Notes node, rather than trying to create another orphan CodiMD scratchpad;
  • Clicking on the "Publish" button should reuse our "ShareURL" feature, rather than doing anything on the CodiMD side;
  • We should protect the proxy routes with authentication, using the same token key that is guarding the main gargantext-server's endpoints. This means that only authorised (i.e. logged in) users will be able to use the proxy.
Edited Aug 19, 2024 by Alfredo Di Napoli
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: gargantext/haskell-gargantext#364