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
Earthdata Login credentials are currently configured as environment variables (plaintext) on the Lambda function. Using env vars for sensitive values is highly discouraged practice. They should be stored in secrets or secure SSM parameters.