Skip to content
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

feat: oauth access denied handling #3960

Merged
merged 34 commits into from
Oct 18, 2023
Merged

Commits on Sep 11, 2023

  1. fix: access_denied error handling for OAuth destinations

    Sai Sankeerth committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f199f6b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix: mock oauth service

    Signed-off-by: Sai Sankeerth <sanpj2292@github.com>
    Sai Sankeerth committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bec2e34 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    12c46ff View commit details
    Browse the repository at this point in the history
  3. chore: rename ref_token_invalid_grant constant

    Signed-off-by: Sai Sankeerth <sanpj2292@github.com>
    Sai Sankeerth committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    84261c8 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    07fa015 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e49076a View commit details
    Browse the repository at this point in the history
  2. chore: update the method for authStatus toggle to PUT

    Sai Sankeerth committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9b1cb61 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fe203c1 View commit details
    Browse the repository at this point in the history
  2. chore: include contract changes

    Sai Sankeerth committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3bf7054 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    520b123 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    301e33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f720182 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. chore: refactoring some changes, adding logic for handling invalid_gr…

    …ant error while refreshing the token
    Sai Sankeerth committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    096f232 View commit details
    Browse the repository at this point in the history
  2. fix: address comments

    - include relevant status-codes
    - remove unnecessary printf statements
    Sai Sankeerth committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9a571e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1f1261 View commit details
    Browse the repository at this point in the history
  4. fix: change response error message for authStatusInactive req(both fa…

    …ilure & success)
    
    - refactor authStatus toggle handling in deleteUsers
    - correction of test-cases in deleteUsers
    Sai Sankeerth committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    d3755ba View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    c3d1772 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix: add multiple go-routines tests for authStatus/toggle

    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    404a323 View commit details
    Browse the repository at this point in the history
  2. fix: formatting

    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8783ea5 View commit details
    Browse the repository at this point in the history
  3. fix: rename variables, send right error message post inactivation of …

    …authStatus
    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7cefefe View commit details
    Browse the repository at this point in the history
  4. fix: comment correction

    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    053a1db View commit details
    Browse the repository at this point in the history
  5. fix: remove unused argument

    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    17e633e View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    068d20f View commit details
    Browse the repository at this point in the history
  7. fix: updated wrong url status-code to 404

    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    716db0b View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8dd4a5d View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c834a57 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ba9829f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix: propagate error message rather than error type

    Sai Sankeerth committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8064184 View commit details
    Browse the repository at this point in the history
  2. fix: unused return variable removal

    Sai Sankeerth committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c3ea97a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ab951a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7762042 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. fix: rename oauth function & update related mock

    Sai Sankeerth committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    150b30a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge remote-tracking branch 'origin' into feat.oauth-access-denied-h…

    …andling
    Sai Sankeerth committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0eb5714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    000c6f9 View commit details
    Browse the repository at this point in the history