changeset: add changeset for backend https certificate generation

This commit is contained in:
Patrik Oldsberg
2020-12-30 12:51:14 +01:00
parent 9db9bc878f
commit 5ecd50f8a0
+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.