From 5ecd50f8a0fe86926606c9c9256473079b8b95f8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 30 Dec 2020 12:51:14 +0100 Subject: [PATCH] changeset: add changeset for backend https certificate generation --- .changeset/cyan-lizards-confess.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cyan-lizards-confess.md diff --git a/.changeset/cyan-lizards-confess.md b/.changeset/cyan-lizards-confess.md new file mode 100644 index 0000000000..17ff8f0cdf --- /dev/null +++ b/.changeset/cyan-lizards-confess.md @@ -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.