Authentification Suggestion

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
alaroy
Posts: 78
Joined: Tue Nov 21, 2006 3:33 pm America/New_York
Answers: 0

Authentification Suggestion

by alaroy » Fri May 22, 2020 11:26 am America/New_York

(There are two threads about the recent data access problems and this isn't directly related to either, so I'm making a new thread. The forum mods should feel free to move this if there is a better place for it)

First off I want to say how much I appreciate your efforts to track down and fix the recent, apparently authentication related, issues.

Several sites that I regularly work with handle the task of controlling access to an API from a common sign-in system with a process like this:

1. The user signs into the common sign-in (earthdata in this case) and gets a specific set "API credentials". This seems to usually be a one time procedure, though I imagine you could configure it to require periodic credential rotation if that is preferred.

2. Through "back end server magic" the API credentials are communicated to the system hosting the API.

3. When the system hosting the API receives a request, it validates the API credentials locally, then responds as appropriate.

This process both allows the API calls to be as efficient as possible and decouples the common sign-in system from routine API calls.

OBPG may want to consider using a similar system. I believe LANCE and PODAAC use a system along these lines that communicates with earthdata, so you may be able to leverage some of their work in implementing it.

Sincerely, Andrew LaRoy

Tags:

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1464
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

Authentification Suggestion

by OB.DAAC - SeanBailey » Fri May 22, 2020 11:32 am America/New_York

Andrew,
Indeed we are looking to do exactly that :grin:  ...been on the todo for too long, so I'm pushing to bubble it up the queue.  Trouble is there's a lot of nuts to hide, and not enough squirrels...

Sean

alaroy
Posts: 78
Joined: Tue Nov 21, 2006 3:33 pm America/New_York
Answers: 0

Authentification Suggestion

by alaroy » Fri May 22, 2020 11:48 am America/New_York

Sean,

Great minds think alike? If there's any help I can give you beyond suggestions and cheer leading (external testing perhaps?) just let me know.

As a one man production team, I certainly understand having to balance limited resources between improving existing product quality, new products and data flow issues :).

-Andrew LaRoy

Post Reply