From 82c66b8cd5bfdcd34aa544e434330a4317a70dc5 Mon Sep 17 00:00:00 2001 From: JP Dhabolt Date: Tue, 30 Mar 2021 17:32:02 +0000 Subject: [PATCH] Add changeset. Signed-off-by: JP Dhabolt john.p.dhabolt@gmail.com Signed-off-by: JP Dhabolt --- .changeset/fair-geese-yell.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/fair-geese-yell.md diff --git a/.changeset/fair-geese-yell.md b/.changeset/fair-geese-yell.md new file mode 100644 index 0000000000..d4d27c4885 --- /dev/null +++ b/.changeset/fair-geese-yell.md @@ -0,0 +1,9 @@ +--- +'@backstage/config-loader': minor +--- + +Add support for environment variable substitution in `$include` transform values. + +This change allows for including dynamic paths, such as environment specific secrets by using the same environment variable substitution already supported outside of the `$include` transform (`${..}`). + +If you are currently using the syntax `${...}` in your `$include` values, you will need to escape the substitution by using `$${...}` instead.