Altinn / altinn-pdf

Altinn platform microservice for generating PDFs
0 stars 1 forks source link

Create a PDF generator as an Azure Function #40

Closed SandGrainOne closed 1 year ago

SandGrainOne commented 1 year ago

Description

The core of the new PDF generator is a premade container from browserless.io. This has helped us see whether what we are trying to do for PDF generation can work. Now that we've decided to continue down this path, we see the need to secure it properly. Something were we have better control over the input and output of the PDF generator.

Additional Information

No response

Tasks

Acceptance Criteria

No response

SandGrainOne commented 1 year ago

Strong signals to avoid using Javascript server side from our security group.