csaf-poc / csaf_webview

Web app (module) to display a CSAF 2 document and to browse CSAF 2 ROLIE feeds. ⚠️ The web demo is often not allowed to access servers:
https://csaf-poc.github.io/csaf_webview/
1 stars 3 forks source link

Ease the developer setup by using a proxy definition #31

Closed ThomasJunk closed 10 months ago

ThomasJunk commented 10 months ago

Since Commit 25409a164a5777f8b585df9fb85a4f0ae790a207 the .env.development file is included. Because there are no secrets contained this should be viable. The proxy configuration in vite.config.ts is defaulted to https://wid.cert-bund.de/. So the developer setup should work ootb with https://wid.cert-bund.de/.well-known/csaf/white/bsi-wid-white.json.

This issue is only open for testing.

ThomasJunk commented 10 months ago

It works