Skip to content

MLE-21334/remove Security attribute from cookie #320

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

Merged
merged 3 commits into from
May 19, 2025

Conversation

rwinieski
Copy link
Collaborator

No description provided.

pengzhouml and others added 2 commits April 4, 2025 11:19
* update the Chart version to 2.0.1 and MarkLogic Version to 11.3.1

* update Notice and README for Helm 2.0.1 Release

* update in Notice File

* update latest Notice file

* update go version to 1.23.6 for security vulverabilities

* update version for vulerabilities

---------

Co-authored-by: Peng Zhou <[email protected]>
Copy link
Collaborator

@vitalykorolev vitalykorolev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't merge until we release helm 2.1.0

@pengzhouml pengzhouml changed the base branch from develop to release/2.1.0 May 12, 2025 16:52
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the HAProxy configuration to remove the “secure” attribute from cookie directives as part of the MLE-21334 task, and bumps version numbers accordingly.

  • Removed the “secure” attribute from HAProxy cookie configurations in multiple sections of configmap-haproxy.yaml.
  • Updated appVersion and chart version in Chart.yaml to reflect new release.
  • Updated the image tag in README.md to match the new version.

Reviewed Changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.

File Description
charts/templates/configmap-haproxy.yaml Removed “secure” from cookie definitions per security attribute removal requirement.
charts/Chart.yaml Bumped appVersion and chart version to track the new release version.
README.md Updated image tag in documentation to align with the new version.
Files not reviewed (2)
  • NOTICE.txt: Language not supported
  • go.mod: Language not supported
Comments suppressed due to low confidence (3)

charts/templates/configmap-haproxy.yaml:115

  • Ensure that the removal of the 'secure' attribute is intentional and that the system's security requirements are met when cookies are transmitted over non-secure channels.
cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h

charts/Chart.yaml:11

  • [nitpick] Confirm that the updated appVersion is consistent with the product release notes and changelog for clarity.
appVersion: "11.3.1"

README.md:138

  • [nitpick] Verify that the updated image tag in the README accurately reflects the new version and is consistent with the Chart.yaml change.
| `image.tag`                                         | Image tag for MarkLogic image                                                                                                                                                          | `11.3.1-ubi-rootless-2.1.2`      |

@rwinieski rwinieski merged commit bddd8d8 into release/2.1.0 May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants