-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF backend API axios instance #1575
Comments
@bosko-m Can you get information from the Bloxico team about which environments they have created for the PDF backend and what their URLs are? |
We can provide another argument into the frontend docker file that would include the pdf API URL, and it needs to be provided on CI level as it also needs to be parsed into csp declarations to be working. I'll provide appropriate PR with the ENV placeholder and tag you once its done @bosko-m |
Pull request that covers that issue: #1593 |
…from-the-env-variables chore(#1575): Provide pdf api url from the env variables
@MSzalowski @bosko-m @ValMBO @vpaunovic We need to pass to the PDF-UI the baseURL of the backend we use in the PDF-UI, currently we only have a dev environment (https://dev.api.pdf.gov.tools/). We have implemented locally that from govtool this endpoint is passed as a prop to the package. How does this solution look to you, if this is OK, this logic can already be implemented on govtool.
![image](https://private-user-images.githubusercontent.com/63746943/348624672-fa90dd59-63c3-44f9-aed7-090e13e053a1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODE4MTUsIm5iZiI6MTczODk4MTUxNSwicGF0aCI6Ii82Mzc0Njk0My8zNDg2MjQ2NzItZmE5MGRkNTktNjNjMy00NGY5LWFlZDctMDkwZTEzZTA1M2ExLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDAyMjUxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3MmM0ZWE4NTY2Y2VkMmViMmY0ZGU2ZjQ4YTBjNmU0ZjBmYzE2Y2UwZDM0ODMxNGRlYzQ1NmQ4NWY1ZmEyYjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xv2ic82IWeVQPuer7clxLX-qasCB8hGIn8DSTgKvo8I)
The text was updated successfully, but these errors were encountered: