-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DASBO-7421 upadte authentification to datadome api from query param to using the… #15
Conversation
Please do not merge until the linked dashboard ticket is deployed |
Hello @Simoouqas , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! However I would like to test it before merging it.
When the API change is in production, we will test it, merge it and then I will make the release if that's ok with you @Simoouqas .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@Lauredg : have you test it?
@emmanuelCarre @Simoouqas I just tested it and it works :) |
For this Pr we add a new authetication methode with apikey to use in the header as x-api-key,
we keep using the authetificaiton through the queryParam .
both authentication method should be available for customer but we recommend the header method .
documentation is updated .
for more details you can go here DASBO 7421
IT SHOULD NOT BE DEPLOYED UNTIL THE DASHBOARD TICKET IS ON PROD