Merge pull request #3885 from backstage/rugvip/https

backend-common: Fix HTTPS certificate generation, deprecate params, and cache certificates
This commit is contained in:
Patrik Oldsberg
2020-12-30 14:45:48 +01:00
committed by GitHub
5 changed files with 206 additions and 59 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Fix HTTPS certificate generation and add new config switch, enabling it simply by setting `backend.https = true`. Also introduces caching of generated certificates in order to avoid having to add a browser override every time the backend is restarted.