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

Abdul/logout api #5433

Merged
merged 116 commits into from
Aug 24, 2021
Merged

Abdul/logout api #5433

merged 116 commits into from
Aug 24, 2021

Commits on Aug 16, 2021

  1. logout api wip

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    46dfa76 View commit details
    Browse the repository at this point in the history
  2. logout api added

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    0e3b1af View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    5e07230 View commit details
    Browse the repository at this point in the history
  4. fixed id_token login issue

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    7fdea6b View commit details
    Browse the repository at this point in the history
  5. wip grpc server session-serivce

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a75b60e View commit details
    Browse the repository at this point in the history
  6. changes updated

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    e2e5f8b View commit details
    Browse the repository at this point in the history
  7. removed unused import

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9b6564c View commit details
    Browse the repository at this point in the history
  8. Setting up the GRPC server and implementation

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b1c609d View commit details
    Browse the repository at this point in the history
  9. Fixed errors

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    3633e9f View commit details
    Browse the repository at this point in the history
  10. More changes for the port

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b7c47d5 View commit details
    Browse the repository at this point in the history
  11. session cient added

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    6bdec8b View commit details
    Browse the repository at this point in the history
  12. Modify the service proto for session service grpc

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f42c31e View commit details
    Browse the repository at this point in the history
  13. added cookie value from client

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f4c2db7 View commit details
    Browse the repository at this point in the history
  14. added session validator logic

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    26b6833 View commit details
    Browse the repository at this point in the history
  15. fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    099997b View commit details
    Browse the repository at this point in the history
  16. fixed type error

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f94e022 View commit details
    Browse the repository at this point in the history
  17. Fixed GRPC server spawning and Cookie Validator query

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    8b7486f View commit details
    Browse the repository at this point in the history
  18. Fixed Server spawning from execution

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    cbfa180 View commit details
    Browse the repository at this point in the history
  19. Exposed grpc port in Habitat plan

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4a4325e View commit details
    Browse the repository at this point in the history
  20. Made changes to import session-service grpc-port

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ac3ebe8 View commit details
    Browse the repository at this point in the history
  21. Adding extra asserions to check the Session address

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ccdfa72 View commit details
    Browse the repository at this point in the history
  22. removed debug logs

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    338f8b6 View commit details
    Browse the repository at this point in the history
  23. added expiry time comparision

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    8b7cd6a View commit details
    Browse the repository at this point in the history
  24. Added table for blacklisted id tokens

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    5b0469f View commit details
    Browse the repository at this point in the history
  25. added db

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ecf6b66 View commit details
    Browse the repository at this point in the history
  26. added id_token validator code

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    24df467 View commit details
    Browse the repository at this point in the history
  27. verification of id_token fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    be1a0c1 View commit details
    Browse the repository at this point in the history
  28. lint fixes

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    7a46b00 View commit details
    Browse the repository at this point in the history
  29. resolved protobuf errors

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c71dd8c View commit details
    Browse the repository at this point in the history
  30. pipeline error fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c03dd9b View commit details
    Browse the repository at this point in the history
  31. added id_token.proto in buf.yml

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    1c172a0 View commit details
    Browse the repository at this point in the history
  32. automate-ui test fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    5b2e293 View commit details
    Browse the repository at this point in the history
  33. blacklisted_id_tokens table drop fix added

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    cf6f508 View commit details
    Browse the repository at this point in the history
  34. regenerated bldr.toml

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b3d32d0 View commit details
    Browse the repository at this point in the history
  35. added blacklisted_id_tokens table

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    fa9ef29 View commit details
    Browse the repository at this point in the history
  36. Changes to make the logout api functional test

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy authored and iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    8906550 View commit details
    Browse the repository at this point in the history
  37. error fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    74353bb View commit details
    Browse the repository at this point in the history
  38. IsValid id_token fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a8f41e2 View commit details
    Browse the repository at this point in the history
  39. test cases error removed

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    de4140c View commit details
    Browse the repository at this point in the history
  40. pipeline error fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9690368 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. added cron scheduler to cleanup table

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c8a2918 View commit details
    Browse the repository at this point in the history
  2. added comment

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a0d74ca View commit details
    Browse the repository at this point in the history
  3. pipeline errors fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    fb10e64 View commit details
    Browse the repository at this point in the history
  4. logout api wip

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2bd29d1 View commit details
    Browse the repository at this point in the history
  5. logout api added

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8279861 View commit details
    Browse the repository at this point in the history
  6. wip

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c5d5bf6 View commit details
    Browse the repository at this point in the history
  7. fixed id_token login issue

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    40ac5c9 View commit details
    Browse the repository at this point in the history
  8. wip grpc server session-serivce

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    843d074 View commit details
    Browse the repository at this point in the history
  9. changes updated

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1411d1e View commit details
    Browse the repository at this point in the history
  10. removed unused import

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1f7e92c View commit details
    Browse the repository at this point in the history
  11. Setting up the GRPC server and implementation

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d044fdd View commit details
    Browse the repository at this point in the history
  12. Fixed errors

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a019060 View commit details
    Browse the repository at this point in the history
  13. More changes for the port

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    25e0dbd View commit details
    Browse the repository at this point in the history
  14. session cient added

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b5c6933 View commit details
    Browse the repository at this point in the history
  15. Modify the service proto for session service grpc

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ee2688d View commit details
    Browse the repository at this point in the history
  16. added cookie value from client

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0b983c7 View commit details
    Browse the repository at this point in the history
  17. added session validator logic

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ac9fa91 View commit details
    Browse the repository at this point in the history
  18. fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2f23896 View commit details
    Browse the repository at this point in the history
  19. fixed type error

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5fad184 View commit details
    Browse the repository at this point in the history
  20. Fixed GRPC server spawning and Cookie Validator query

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e6c4346 View commit details
    Browse the repository at this point in the history
  21. Fixed Server spawning from execution

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5f336b4 View commit details
    Browse the repository at this point in the history
  22. Exposed grpc port in Habitat plan

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1dd155e View commit details
    Browse the repository at this point in the history
  23. Made changes to import session-service grpc-port

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2530841 View commit details
    Browse the repository at this point in the history
  24. Adding extra asserions to check the Session address

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    49f44f0 View commit details
    Browse the repository at this point in the history
  25. removed debug logs

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d8435ac View commit details
    Browse the repository at this point in the history
  26. added expiry time comparision

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    cb74bcb View commit details
    Browse the repository at this point in the history
  27. Added table for blacklisted id tokens

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    46c435c View commit details
    Browse the repository at this point in the history
  28. added db

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    bb7cbf7 View commit details
    Browse the repository at this point in the history
  29. added id_token validator code

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5d2ab84 View commit details
    Browse the repository at this point in the history
  30. verification of id_token fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ede47c0 View commit details
    Browse the repository at this point in the history
  31. lint fixes

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f0eb8fc View commit details
    Browse the repository at this point in the history
  32. resolved protobuf errors

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ec3cf5a View commit details
    Browse the repository at this point in the history
  33. pipeline error fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    db476cc View commit details
    Browse the repository at this point in the history
  34. added id_token.proto in buf.yml

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7fdd472 View commit details
    Browse the repository at this point in the history
  35. automate-ui test fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5218b04 View commit details
    Browse the repository at this point in the history
  36. blacklisted_id_tokens table drop fix added

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    32d3c1c View commit details
    Browse the repository at this point in the history
  37. regenerated bldr.toml

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e15f8d1 View commit details
    Browse the repository at this point in the history
  38. added blacklisted_id_tokens table

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e4f4284 View commit details
    Browse the repository at this point in the history
  39. Changes to make the logout api functional test

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    cae380f View commit details
    Browse the repository at this point in the history
  40. error fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0611d48 View commit details
    Browse the repository at this point in the history
  41. IsValid id_token fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5cbf84a View commit details
    Browse the repository at this point in the history
  42. test cases error removed

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    deef4b7 View commit details
    Browse the repository at this point in the history
  43. pipeline error fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    05eae5e View commit details
    Browse the repository at this point in the history
  44. added cron scheduler to cleanup table

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    fd6846e View commit details
    Browse the repository at this point in the history
  45. added comment

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    590280d View commit details
    Browse the repository at this point in the history
  46. pipeline errors fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez authored and kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1322b0f View commit details
    Browse the repository at this point in the history
  47. error handeling of cron

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f73eac2 View commit details
    Browse the repository at this point in the history
  48. Merge branch 'abdul/logout_api' of https://github.com/chef/automate i…

    …nto abdul/logout_api
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4b52340 View commit details
    Browse the repository at this point in the history
  49. Clean up go mod

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7ae5e53 View commit details
    Browse the repository at this point in the history
  50. db table cleanup fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b692139 View commit details
    Browse the repository at this point in the history
  51. idtoken expiry fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f769001 View commit details
    Browse the repository at this point in the history
  52. typo

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    9335b33 View commit details
    Browse the repository at this point in the history
  53. changed to 3min

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f5efd8b View commit details
    Browse the repository at this point in the history
  54. typo

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f9442c3 View commit details
    Browse the repository at this point in the history
  55. Trying to fix license scout

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2f1888f View commit details
    Browse the repository at this point in the history
  56. Skipping license scout for now

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b9df503 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Fixing sql diff

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f5886f7 View commit details
    Browse the repository at this point in the history
  2. resolved authn-service unit tests

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    86c99f9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'abdul/logout_api' of https://github.com/chef/automate i…

    …nto abdul/logout_api
    iamazzeez committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ab4668a View commit details
    Browse the repository at this point in the history
  4. tried fixing unit tests

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    3c9cdae View commit details
    Browse the repository at this point in the history
  5. Authn UT fixes

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    6768a9a View commit details
    Browse the repository at this point in the history
  6. changed IsValid to IsInvalid

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a4e3418 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. resolved stolen id_token issue

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    eb4821b View commit details
    Browse the repository at this point in the history
  2. destory session on blacklist

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    e2a28f0 View commit details
    Browse the repository at this point in the history
  3. push user to login page fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    bcd25a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. changed id_token default to 24h

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    c096427 View commit details
    Browse the repository at this point in the history
  2. added 24h condition

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    50e67aa View commit details
    Browse the repository at this point in the history
  3. changed inserted_at comparision to 24hr

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    076b5cc View commit details
    Browse the repository at this point in the history
  4. fix to not allow expired tokens

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    750df85 View commit details
    Browse the repository at this point in the history
  5. skipexpirycheck false

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    8ea0b40 View commit details
    Browse the repository at this point in the history
  6. pipeline error fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    f57ce57 View commit details
    Browse the repository at this point in the history
  7. Adding fallback for the missing licenses

    Signed-off-by: Kallol Roy <karoy@progress.com>
    kalroy committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ba1152f View commit details
    Browse the repository at this point in the history
  8. session unit test fix

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    a5a41ae View commit details
    Browse the repository at this point in the history
  9. Merge branch 'abdul/logout_api' of https://github.com/chef/automate i…

    …nto abdul/logout_api
    iamazzeez committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    81772ea View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. removed unauthorized logout

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    eb17b7a View commit details
    Browse the repository at this point in the history
  2. idle_logout fix for SAML

    Signed-off-by: Abdul-Az <aazeez@progress.com>
    iamazzeez committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    be8e299 View commit details
    Browse the repository at this point in the history