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
How to ensure that
a) engine_setting.json file reads the updated token from a file which is updated at a regular cadence.
b) the above token value is updated to a specific header in a request.
Currently, it appears that the token value is sent as part of every request:
a) For those requests where the header is not present in grammar.py file there the header is added
b) For those requests where the header is present in grammar.py file then two headers are sent
The text was updated successfully, but these errors were encountered:
Description
How to ensure that
a) engine_setting.json file reads the updated token from a file which is updated at a regular cadence.
b) the above token value is updated to a specific header in a request.
Currently, it appears that the token value is sent as part of every request:
a) For those requests where the header is not present in grammar.py file there the header is added
b) For those requests where the header is present in grammar.py file then two headers are sent
The text was updated successfully, but these errors were encountered: