You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #421 got me thinking about this a little bit. It's a common use case to want to deploy the same app in multiple environments, but in one environment, talk to UAT or SIT. I think we should support this by allowing users to set an envvar, e.g. EARTHACCESS_EDL_ENV or EARTHACCESS_EDL_HOSTNAME that will override earthaccess' selected earthdata AUTH_HOST (currently always production unless you monkeypatch, but will be configurable after a new feature @danielfromearth is working on)
Issue #421 got me thinking about this a little bit. It's a common use case to want to deploy the same app in multiple environments, but in one environment, talk to UAT or SIT. I think we should support this by allowing users to set an envvar, e.g.
EARTHACCESS_EDL_ENV
orEARTHACCESS_EDL_HOSTNAME
that will override earthaccess' selected earthdataAUTH_HOST
(currently always production unless you monkeypatch, but will be configurable after a new feature @danielfromearth is working on)earthaccess/earthaccess/auth.py
Line 24 in f476685
Are there other things about earthaccess that we would want to configure/override at deploy-time?
The text was updated successfully, but these errors were encountered: