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

Cypress13 testing frame work for OIDC and SAML #1579

Merged
merged 120 commits into from
Nov 29, 2023

Commits on Nov 9, 2023

  1. Setup cypress13

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    924a7bf View commit details
    Browse the repository at this point in the history
  2. Set up a workflow 0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    aeb22c6 View commit details
    Browse the repository at this point in the history
  3. Add the cypress screenshots path to gitignore

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    98bc733 View commit details
    Browse the repository at this point in the history
  4. Set up sec dashboards plugin with oidc config

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e8555ae View commit details
    Browse the repository at this point in the history
  5. Add cypress to eslint

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7c59cbc View commit details
    Browse the repository at this point in the history
  6. Fix lint

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1feed81 View commit details
    Browse the repository at this point in the history
  7. Fix lint 2

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1a42101 View commit details
    Browse the repository at this point in the history
  8. fix eslint cypress plugin version

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bb86669 View commit details
    Browse the repository at this point in the history
  9. linux workflow draft 0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0caf4b3 View commit details
    Browse the repository at this point in the history
  10. linux workflow draft 1

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    aab999a View commit details
    Browse the repository at this point in the history
  11. add ls and pwd

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    28b54f2 View commit details
    Browse the repository at this point in the history
  12. linux workflow draft 2

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    06b8435 View commit details
    Browse the repository at this point in the history
  13. Switch to java 11

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a0121b3 View commit details
    Browse the repository at this point in the history
  14. Add certificates setup with some debugging statement

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    61872f4 View commit details
    Browse the repository at this point in the history
  15. Fix the directory of start up opensearch

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4cf185d View commit details
    Browse the repository at this point in the history
  16. Change the configuration of osd

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    705740a View commit details
    Browse the repository at this point in the history
  17. Change the oidc url to use 127

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b062284 View commit details
    Browse the repository at this point in the history
  18. Bump Cypress to 13.2.0 and change to yarn add for setup cypress env

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    34df590 View commit details
    Browse the repository at this point in the history
  19. debugging the testing setup

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1cb1318 View commit details
    Browse the repository at this point in the history
  20. Fix the cypress config

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    18f70e3 View commit details
    Browse the repository at this point in the history
  21. Switch to js for cypress config file

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9e94191 View commit details
    Browse the repository at this point in the history
  22. Add timeout for test

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4cf0769 View commit details
    Browse the repository at this point in the history
  23. Try some changes on status code

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b59a39d View commit details
    Browse the repository at this point in the history
  24. Update to use cy.origin

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d8e5fb5 View commit details
    Browse the repository at this point in the history
  25. Fix lint

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ff34560 View commit details
    Browse the repository at this point in the history
  26. Change to .cypress directory

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    58285c4 View commit details
    Browse the repository at this point in the history
  27. Fix spec path in workflow

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    99d99b4 View commit details
    Browse the repository at this point in the history
  28. Extend wait to 15s

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2934368 View commit details
    Browse the repository at this point in the history
  29. extend sleep time to 700s

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    813cc0b View commit details
    Browse the repository at this point in the history
  30. Refactor the test

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6d6988d View commit details
    Browse the repository at this point in the history
  31. change to localhost

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c5f0b1b View commit details
    Browse the repository at this point in the history
  32. Linux runner ready without comments

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bc8ac05 View commit details
    Browse the repository at this point in the history
  33. Enhance the first test case

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    edf3bdc View commit details
    Browse the repository at this point in the history
  34. Seprate the run cypress tasks

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a8a02ec View commit details
    Browse the repository at this point in the history
  35. Add debugging statement

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1939733 View commit details
    Browse the repository at this point in the history
  36. Reduce the timeout to 600s

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    27bc0b7 View commit details
    Browse the repository at this point in the history
  37. Linux stable version commit

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7f153e6 View commit details
    Browse the repository at this point in the history
  38. Add windows runner commit 0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9394fb9 View commit details
    Browse the repository at this point in the history
  39. Add windows runner commit 1 - kc setup task

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1612093 View commit details
    Browse the repository at this point in the history
  40. Add retry for keycloak on windows

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c9cdc9b View commit details
    Browse the repository at this point in the history
  41. Fix the redirectUris array list format for windows kc setup

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c00176e View commit details
    Browse the repository at this point in the history
  42. Try another formatting of command

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    278b1d3 View commit details
    Browse the repository at this point in the history
  43. Try single quote on redirect uris

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4391e9a View commit details
    Browse the repository at this point in the history
  44. Try json approach

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6647a49 View commit details
    Browse the repository at this point in the history
  45. Try to fix the client mapper

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    48005eb View commit details
    Browse the repository at this point in the history
  46. Fix the workflow's plugin name and fix the flaky of dev tool test case

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    229f3f2 View commit details
    Browse the repository at this point in the history
  47. Add windows script for Add OIDC Configuration, by using yq

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0900027 View commit details
    Browse the repository at this point in the history
  48. Switch the cd in to Set-location -Path

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d9760d2 View commit details
    Browse the repository at this point in the history
  49. Add a cat for security config for debugging windows yq

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c43a631 View commit details
    Browse the repository at this point in the history
  50. Modify injecting oidc config task

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9da656a View commit details
    Browse the repository at this point in the history
  51. Modify injecting oidc config task - 2

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    da58f81 View commit details
    Browse the repository at this point in the history
  52. Try overwriting instead of injecting

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0516d83 View commit details
    Browse the repository at this point in the history
  53. Add enable log

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4941ad3 View commit details
    Browse the repository at this point in the history
  54. Fix the config file

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2671f53 View commit details
    Browse the repository at this point in the history
  55. change the command of run dashboards

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    66482ef View commit details
    Browse the repository at this point in the history
  56. Seprate linux and windows runner for oidc configuration

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    225cfd7 View commit details
    Browse the repository at this point in the history
  57. Switch back to the original startup command for dashboards

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1ed2a85 View commit details
    Browse the repository at this point in the history
  58. Fix the format

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    64642dd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    a14c202 View commit details
    Browse the repository at this point in the history
  2. Add some debugging statement to the workflow and remove some comments

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f4a3a41 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Add static client secret for keycloak - 0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7f7c40d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Finish refactoring 1st test case of oidc

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f794c39 View commit details
    Browse the repository at this point in the history
  2. Finish refactoring 1st test case of oidc 1

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    aad5fe7 View commit details
    Browse the repository at this point in the history
  3. Finish refactoring 2 test case of oidc

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2110093 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Finish refactoring 3 test case of oidc

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    64a0809 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    56ac230 View commit details
    Browse the repository at this point in the history
  2. Finish refactoring 4 test case of oidc

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5abf7ce View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    3712e3a View commit details
    Browse the repository at this point in the history
  2. Remove windows runner from the workflow

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5176b8b View commit details
    Browse the repository at this point in the history
  3. Initial setup of saml e2e

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    baea6ea View commit details
    Browse the repository at this point in the history
  4. Refactor the name of tests for both saml and oidc flows

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f562d3a View commit details
    Browse the repository at this point in the history
  5. Setup 1st saml test case

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    722a7bb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix the initialization of saml idp

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d21f651 View commit details
    Browse the repository at this point in the history
  2. Add ls and pwd for idp runup

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    35d5c30 View commit details
    Browse the repository at this point in the history
  3. change dir

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8dc44bb View commit details
    Browse the repository at this point in the history
  4. Set directory before run idp

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a342603 View commit details
    Browse the repository at this point in the history
  5. Move idp initialization before dashbaord run up

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b7a5c4c View commit details
    Browse the repository at this point in the history
  6. Change the saml authbackend into order 1

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    be4a62a View commit details
    Browse the repository at this point in the history
  7. Remove button name config for saml

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e2b043c View commit details
    Browse the repository at this point in the history
  8. Switch the order of saml authbackend to 7

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e4fff29 View commit details
    Browse the repository at this point in the history
  9. Replace security config instead

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    17ca3c4 View commit details
    Browse the repository at this point in the history
  10. Add debugging statements

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3a343e9 View commit details
    Browse the repository at this point in the history
  11. remove work directory

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1ea08a3 View commit details
    Browse the repository at this point in the history
  12. Add another ls

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6ebfdb5 View commit details
    Browse the repository at this point in the history
  13. Add another debugging statement

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d9c4fbd View commit details
    Browse the repository at this point in the history
  14. change the format of security config

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4c8249f View commit details
    Browse the repository at this point in the history
  15. Rename tests

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    21c0cc3 View commit details
    Browse the repository at this point in the history
  16. Set up utils for customize commands

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    80192ed View commit details
    Browse the repository at this point in the history
  17. Set up fixtures and commands correctly

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    82bb3a5 View commit details
    Browse the repository at this point in the history
  18. Add an echo for setup script

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    382af99 View commit details
    Browse the repository at this point in the history
  19. Add a ls for script running step

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    614d2fa View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Add admin step manually for now

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    034e1f3 View commit details
    Browse the repository at this point in the history
  2. Add fake visit for saml test

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1ecc116 View commit details
    Browse the repository at this point in the history
  3. Update comments

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3a164e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Remove pkg lock json file

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    46edd82 View commit details
    Browse the repository at this point in the history
  2. Finish SAML auth test suite

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6927306 View commit details
    Browse the repository at this point in the history
  3. Remove old saml auth test

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1323574 View commit details
    Browse the repository at this point in the history
  4. Address comment

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    beced89 View commit details
    Browse the repository at this point in the history
  5. Add more security commands

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    88b1e65 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Add response code check instead of wait

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    57db33e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Change the oidc backend config injection to use echo instead of yq

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e8ffb58 View commit details
    Browse the repository at this point in the history
  2. Remove timeout

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b899080 View commit details
    Browse the repository at this point in the history
  3. rename the cypress dir and fix lint

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9c5dcd3 View commit details
    Browse the repository at this point in the history
  4. Relocating cypress into test dir and change the related dir in gitignore

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7b1d749 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4538d38 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    ed8ca20 View commit details
    Browse the repository at this point in the history
  2. Switch the dashboard config by using cat instead of echo

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    898fc23 View commit details
    Browse the repository at this point in the history
  3. Add version check step for keycloak

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    de98ece View commit details
    Browse the repository at this point in the history
  4. Add version check step for keycloak - fix0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e86c7b9 View commit details
    Browse the repository at this point in the history
  5. Add version check step for keycloak - fix1

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    712210c View commit details
    Browse the repository at this point in the history
  6. Try dashboard output detection on oidc workflow-0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    808b645 View commit details
    Browse the repository at this point in the history
  7. Try dashboard output detection on oidc workflow-1

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6462587 View commit details
    Browse the repository at this point in the history
  8. Add log check step for both workflows

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6abffa4 View commit details
    Browse the repository at this point in the history
  9. Add msg for the checking step

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fa670c1 View commit details
    Browse the repository at this point in the history
  10. Fix the dir in .eslintignore

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bb23594 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    265e665 View commit details
    Browse the repository at this point in the history
  12. Switch to checksum for kc script

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ad0ca9b View commit details
    Browse the repository at this point in the history
  13. Switch to checksum for kc script-1

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    dc36116 View commit details
    Browse the repository at this point in the history
  14. Switch to checksum for kc script-2

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d1e0b74 View commit details
    Browse the repository at this point in the history
  15. Remove debugging statements

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9f6eed5 View commit details
    Browse the repository at this point in the history