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
Vladimir and I have thought of several ways to implement this behavior:
Create bunch of users/tokens with the script and save the responses (tokens) into CSV. The CSV with the tokens would, then, be used in Berserker for fetching the tokens.
Use Ranger/Berseker programmatically and program the flow of obtaining the token, but use Ranger and some components of Berserker for creating and dispatching requests. I like the idea of programming the flow (or parts of it) because otherwise the configuration file will become really hard to comprehend.
Some APIs have Oath flow where it is necessary to obtain a token for a user.
In that case the flow would go like this:
create or authenticate user(s) -> obtain token(s) from response -> use the token(s) in all requests
This is very common flow which hasn't been taken into consideration so far.
The text was updated successfully, but these errors were encountered: