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
Summary:
We want to be able to serve curl requests as well on the platform, even when OAuth is
enabled. So with this diff, we also authenticate based on the API token.
Test Plan:
Tested the following flows:
1) Login without SSO: Made API calls using both auth token and api token and verified it worked as expected.
2) Login with SSO: Logged in via SSO on the browser and set the API token. Verified that on removing the PLAY_SESSION cookie, the session gets logged out, even with the API token set, but the API calls using the API token go through.
Reviewers: daniel, wesley, sanketh
Reviewed By: sanketh
Subscribers: andrew, jenkins-bot, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D9362
Summary:
We want to be able to serve curl requests as well on the platform, even when OAuth is
enabled. So with this diff, we also authenticate based on the API token.
Test Plan:
Tested the following flows:
1) Login without SSO: Made API calls using both auth token and api token and verified it worked as expected.
2) Login with SSO: Logged in via SSO on the browser and set the API token. Verified that on removing the PLAY_SESSION cookie, the session gets logged out, even with the API token set, but the API calls using the API token go through.
Reviewers: daniel, wesley, sanketh
Reviewed By: sanketh
Subscribers: andrew, jenkins-bot, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D9362
Repro:
The text was updated successfully, but these errors were encountered: