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

[WPB-8764] Backport changes from q1-2024 to develop (Apr 23, 2024) #4014

Merged
merged 8 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. Add helm chart for CRL proxy (#3896)

    smatting authored and mdimjasevic committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    735e6ec View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Change misleading comment (#3905)

    smatting authored and mdimjasevic committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2e2c7a8 View commit details
    Browse the repository at this point in the history
  2. charts/nginz: Configure rate limits for claiming MLS key packages and…

    … getting one2one conversations (#3918)
    akshaymankar authored and mdimjasevic committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5bb0321 View commit details
    Browse the repository at this point in the history
  3. charts/nginz: Fixup Rate limit for claiming MLS key-pacakges by reque…

    …sting and target user (#3923)
    
    Previous logic limited how many keys could be claimed for one user, but
    continued limiting claims on multiple users. This causes problems while creating
    conversations when a lot of key package claims are needed.
    
    This commit introduces a concept of specific_rate_limits which allow setting
    multiple rate limit zones in nginz. Here we use one for limiting how many key
    packages can be claimed by a user per target and another for limiting how many
    key packages claimed by a user for any target.
    akshaymankar authored and mdimjasevic committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    49fc766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64d53e6 View commit details
    Browse the repository at this point in the history
  5. smallstep-accomp: Disable client-side caching (#3952)

    To ensure certificate revocations get active in a short time frame, disable
    caching of proxy results on client side by setting respective HTTP headers.
    supersven authored and mdimjasevic committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9c6e7ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    738f28b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    504ee97 View commit details
    Browse the repository at this point in the history