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

[Backport 1.x] Split up a value into multiple cookie payloads #1702

Closed

Commits on Jul 19, 2023

  1. [Backport 1.3] Switch to new tenant after loading a copied long URL (o…

    …pensearch-project#1450) (opensearch-project#1517)
    
    * Switch to new tenant after loading a copied long URL (opensearch-project#1450)
    
    Signed-off-by: leanneeliatra <[email protected]>
    Signed-off-by: Darshit Chanpura <[email protected]>
    Signed-off-by: Darshit Chanpura <[email protected]>
    Co-authored-by: leanneeliatra <[email protected]>
    DarshitChanpura and leanneeliatra authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    390fd60 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. [Backport 1.3] Add the tenant into the short URL once the short URL i…

    …s resolved (opensearch-project#1462) (opensearch-project#1516)
    
    * Add the tenant into the short URL once the short URL is resolved (opensearch-project#1462)
    
    * More information added
    
    Signed-off-by: leanneeliatra <[email protected]>
    
    * More information added
    
    Signed-off-by: leanneeliatra <[email protected]>
    
    * fixed linting errors
    
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Removing Prerequisite Checks Workflow (opensearch-project#1456)
    
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Removing Prerequisite Checks Workflow (opensearch-project#1456)
    
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Removing Prerequisite Checks Workflow (opensearch-project#1456)
    
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Extracting function to tenant_resolver and adding more appropriate comments.
    
    Signed-off-by: leanneeliatra <[email protected]>
    
    * lint errors fixed
    
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Use version from package.json for integration tests (opensearch-project#1463)
    
    * Use version from package.json for integration tests
    
    Signed-off-by: Craig Perkins <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Adds 2.8 release notes (opensearch-project#1464)
    
    Signed-off-by: Darshit Chanpura <[email protected]>
    Co-authored-by: Ryan Liang <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Cleaning up comments
    
    Signed-off-by: Leanne Lacey-Byrne <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * linting issues resolved
    
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Removing Prerequisite Checks Workflow (opensearch-project#1456)
    
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Removing Prerequisite Checks Workflow (opensearch-project#1456)
    
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * Update server/multitenancy/tenant_resolver.ts
    
    Co-authored-by: Darshit Chanpura <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    * comments addressed & linting amended
    
    Signed-off-by: leanneeliatra <[email protected]>
    
    * integration test fix following rebase
    
    Signed-off-by: leanneeliatra <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    
    ---------
    
    Signed-off-by: leanneeliatra <[email protected]>
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: Ryan Liang <[email protected]>
    Signed-off-by: Craig Perkins <[email protected]>
    Signed-off-by: Darshit Chanpura <[email protected]>
    Signed-off-by: Leanne Lacey-Byrne <[email protected]>
    Signed-off-by: leanneeliatra <[email protected]>
    Co-authored-by: Ryan Liang <[email protected]>
    Co-authored-by: Craig Perkins <[email protected]>
    Co-authored-by: Darshit Chanpura <[email protected]>
    (cherry picked from commit e9f9576)
    
    * Linter fix
    
    Signed-off-by: Darshit Chanpura <[email protected]>
    
    ---------
    
    Signed-off-by: Darshit Chanpura <[email protected]>
    Co-authored-by: leanneeliatra <[email protected]>
    DarshitChanpura and leanneeliatra authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    cac8e3f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Increment version to 1.3.12.0 (opensearch-project#1536)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    f44b2b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    c3edcf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fix a bad import path (opensearch-project#1498) (opensearch-project#1547

    )
    
    * Fix a bad import path
    
    - Resolves opensearch-project#1487
    
    Signed-off-by: Peter Nied <[email protected]>
    Signed-off-by: Peter Nied <[email protected]>
    Co-authored-by: Ryan Liang <[email protected]>
    (cherry picked from commit 32c02c8)
    
    Co-authored-by: Peter Nied <[email protected]>
    opensearch-trigger-bot[bot] and peternied authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    87dd14e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Increment version to 1.3.13.0 (opensearch-project#1556)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    fba07b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Backport cookie compression

    Signed-off-by: Jochen Kressin <[email protected]>
    jochen-kressin authored and adrian-golawski-eliatra committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    01931ad View commit details
    Browse the repository at this point in the history
  2. The cookie splitter should be able to use cookie values that have bee…

    …n set within the current request
    
    Signed-off-by: Jochen Kressin <[email protected]>
    jochen-kressin authored and adrian-golawski-eliatra committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    21e7a42 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. [1.3] Increment version to 1.3.14.0 (opensearch-project#1659)

    * Increment version to 1.3.14.0
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Pass in admin as admin password
    
    Signed-off-by: Derek Ho <[email protected]>
    
    ---------
    
    Signed-off-by: Craig Perkins <[email protected]>
    Signed-off-by: Derek Ho <[email protected]>
    Co-authored-by: Derek Ho <[email protected]>
    cwperks and derek-ho authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1077d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b1424 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    f861f46 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f6f7a89 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    9c3a8f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    307c7a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Stabilize SAML integ test on 1.3

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9e629db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09fac24 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. WIP on init

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a31755d View commit details
    Browse the repository at this point in the history
  2. Run yarn lint

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    763831b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efdfc18 View commit details
    Browse the repository at this point in the history
  4. Checkout 1.3.14 tag

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b0fd19c View commit details
    Browse the repository at this point in the history
  5. Fix auth_handler_factory.test.ts

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4e67bfc View commit details
    Browse the repository at this point in the history