Skip to content

Commit 4e8794c

Browse files
committed
add changelog entry
1 parent d31d05a commit 4e8794c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ Added
8686
following to set system user to the current user: `export ST2TESTS_SYSTEM_USER=$(id -un)` #6242
8787
Contributed by @cognifloyd
8888

89+
* Added experimental support for setting conf vars via environment variables. All settings in `st2.conf` can be
90+
overriden via enviornment vars in the format: `ST2_<conf section>__<option name>` (env vars are upper cased)
91+
For example, the `[database].password` setting in `st2.conf` could be overriden using `ST2_DATABASE__PASSWORD`.
92+
This new feature is based on oslo_config's environment support, but patches it to use the `ST2_` prefix.
93+
If you experience any issues when using this experimental feature, please file an issue. #6277
94+
Contributed by @cognifloyd
95+
8996
3.8.1 - December 13, 2023
9097
-------------------------
9198
Fixed

0 commit comments

Comments
 (0)