Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • E entitlements
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • Security and Compliance
  • entitlements
  • Merge requests
  • !80

Azure - Increasing Request Header Size

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged harshit aggarwal requested to merge haaggarw/IncreasingHeaderSize into master Jun 02, 2021
  • Overview 1
  • Commits 1
  • Pipelines 3
  • Changes 1

What is the changes?

We are increasing the size of request header supported by the tomcat server.

Why is this change required?

From search when we call entitlements after policy integration, there is an extra header X-DATA-GROUP which is passed. This header contains very long string of comma seperated groups. The application currently doesn't support the header of this size. Hence we have increased the size of supported headers to 100 KB. Also as per HTTP there is no limit to header size but server puts this limit.

Is this change a breaking change No, this is not a breaking change.

How was the change test The change was verified using integration tests of entitlements azure and calling entitlements from search service to validate the fix.

How will we revert if there is failure? We will revert this change in case any issue arises.

Edited Jun 03, 2021 by harshit aggarwal
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: haaggarw/IncreasingHeaderSize