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

Fix default value for SESSION_COOKIE_SECURE #8767

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

SchrodingersGat
Copy link
Member

@SchrodingersGat SchrodingersGat commented Dec 25, 2024

- Default value was previously 'True'
- Documentation indicated that it was 'False'
- Value in config_template.yaml was 'False' (but commented out)
@SchrodingersGat SchrodingersGat added bug Identifies a bug which needs to be addressed setup Relates to the InvenTree setup / installation process backport Apply this label to a PR to enable auto-backport action backport-to-0.17.x Backport these changes to the 0.17.x branch labels Dec 25, 2024
@SchrodingersGat SchrodingersGat added this to the 1.0.0 milestone Dec 25, 2024
Copy link

netlify bot commented Dec 25, 2024

Deploy Preview for inventree-web-pui-preview canceled.

Name Link
🔨 Latest commit 0d462ac
🔍 Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/676c984d28646c0008a06320

Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.20%. Comparing base (c79fc28) to head (0d462ac).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8767   +/-   ##
=======================================
  Coverage   85.20%   85.20%           
=======================================
  Files        1172     1172           
  Lines       51538    51538           
  Branches     2089     2089           
=======================================
+ Hits        43911    43912    +1     
+ Misses       7118     7117    -1     
  Partials      509      509           
Flag Coverage Δ
backend 86.97% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SchrodingersGat SchrodingersGat merged commit d4ee8c5 into inventree:master Dec 26, 2024
31 checks passed
@SchrodingersGat SchrodingersGat deleted the secure-cookie-fix branch December 26, 2024 00:26
github-actions bot pushed a commit that referenced this pull request Dec 26, 2024
- Default value was previously 'True'
- Documentation indicated that it was 'False'
- Value in config_template.yaml was 'False' (but commented out)

(cherry picked from commit d4ee8c5)
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
0.17.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Apply this label to a PR to enable auto-backport action backport-to-0.17.x Backport these changes to the 0.17.x branch bug Identifies a bug which needs to be addressed setup Relates to the InvenTree setup / installation process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

configuration file misconfiguration for bare metal nginx setup
1 participant