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 cookie handling in Firefox when using HTTP #5160

Merged
merged 2 commits into from
May 21, 2020

Conversation

floreks
Copy link
Member

@floreks floreks commented May 21, 2020

Fixes #5126

I have also fixed argument handling when running dev build. The old way of passing arguments to npm did not work. New way:

DASHBOARD_ARGS="enableInsecureLogin;enableSkipLogin=true npm run start"

Parameters are split using a semicolon and for non-boolean values use equals operator to pass a value. For boolean values it is optional.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 21, 2020
@k8s-ci-robot k8s-ci-robot requested review from cheld and mhenc May 21, 2020 10:21
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 21, 2020
@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

Merging #5160 into master will decrease coverage by 0.02%.
The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5160      +/-   ##
==========================================
- Coverage   45.48%   45.46%   -0.03%     
==========================================
  Files         214      214              
  Lines       10086    10094       +8     
  Branches      103      107       +4     
==========================================
+ Hits         4588     4589       +1     
- Misses       5231     5239       +8     
+ Partials      267      266       -1     
Impacted Files Coverage Δ
.../frontend/common/services/global/authentication.ts 38.88% <23.07%> (-2.03%) ⬇️
src/app/frontend/login/component.ts 82.19% <100.00%> (+1.11%) ⬆️
...c/app/frontend/common/components/card/component.ts 75.86% <0.00%> (-4.91%) ⬇️
...p/backend/integration/metric/common/aggregation.go 89.09% <0.00%> (-1.82%) ⬇️
src/app/frontend/common/animations/animations.ts 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 153efdf...73aa101. Read the comment docs.

@maciaszczykm
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 21, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: floreks, maciaszczykm

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [floreks,maciaszczykm]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 53115e0 into kubernetes:master May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refreshing in Firefox causes the session to be logged out
3 participants