-
Notifications
You must be signed in to change notification settings - Fork 59
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
feat: Remove disable auth var #251
Conversation
Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: Jason Porter <jason@union.ai>
Codecov Report
@@ Coverage Diff @@
## master #251 +/- ##
=========================================
Coverage ? 63.12%
=========================================
Files ? 370
Lines ? 8108
Branches ? 1433
=========================================
Hits ? 5118
Misses ? 2990
Partials ? 0 Continue to review full report at Codecov.
|
maxRenderDepth: 2 | ||
maxRenderDepth: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this one related to this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious
# [0.34.0](http://github.com/lyft/flyteconsole/compare/v0.33.1...v0.34.0) (2021-12-09) ### Features * Remove disable auth var ([#251](http://github.com/lyft/flyteconsole/issues/251)) ([a701c08](http://github.com/lyft/flyteconsole/commit/a701c085be4eea3f72ef3bd46694b9253aa3addf))
🎉 This PR is included in version 0.34.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR removes
DISABLE_AUTH
.The reasoning behind this decision is that the app itself does not use this value and is simply pass along with requests to Admin as
withCredentials
. However, this value has consequence on the server side as it informsAccess-control
; specifically if cross domain cookies can be set which can cause issues when connecting to Admin (and has no affect otherwise).see: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials
Edit:
Type
Are all requirements met?
Complete description
Removes
DISABLE_AUTH
from flyteconsole.Tracking Issue
NA
Follow-up issue
NA