DuendeSoftware / BFF

Framework for ASP.NET Core to secure SPAs using the Backend-for-Frontend (BFF) pattern
Other
339 stars 76 forks source link

allow for other/many environments for diagnostics #144

Closed brockallen closed 2 years ago

brockallen commented 2 years ago

This PR adds a new option called DiagnosticsEnvironments which is a collection of environment names that will allow the DefaultDiagnosticsService to issue a response.

Once merged, requires a doc update.

Fixes: https://github.com/DuendeSoftware/BFF/issues/143