From 449776cd6901d7e133bd1016ca911a88672aeb1e Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Wed, 24 Mar 2021 19:38:19 -0600 Subject: [PATCH] changeset Signed-off-by: Tim Hansen --- .changeset/light-zoos-wonder.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/light-zoos-wonder.md diff --git a/.changeset/light-zoos-wonder.md b/.changeset/light-zoos-wonder.md new file mode 100644 index 0000000000..218cf5c6e0 --- /dev/null +++ b/.changeset/light-zoos-wonder.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-auth-backend': patch +--- + +The `auth` config types now properly accept any declared auth environment. Previously only `development` was accepted. + +The `audience` configuration is no longer required for GitLab auth; this will default to `https://gitlab.com`