Skip to content

Commit

Permalink
HARMONY-1938: Document updates to EDL client app environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durbin committed Dec 3, 2024
1 parent 2a7e76c commit 31f0a27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ENV_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Any changes to the environment variables will be documented in this file in chronological
order with the most recent changes first.

# 2024-12-03
### Added
- USE_EDL_CLIENT_APP - whether to use an EDL client application to enable admin and deployment endpoints and allow OAuth workflows.
- EDL_TOKEN - required if USE_EDL_CLIENT_APP is set to false. An EDL token to use for all requests to the CMR and to download data in backend services.

### Changed
OAUTH_CLIENT_ID, OAUTH_UID, OAUTH_PASSWORD, and OAUTH_REDIRECT_URI are no longer required if USE_EDL_CLIENT_APP is false.

# 2024-11-05
### Added
- LABEL_FILTER_COMPLETION_COUNT - the max number of labels to retrieve to populate label filter auto-complete
Expand Down

0 comments on commit 31f0a27

Please sign in to comment.