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

feat: Remove disable auth var #251

Merged
merged 2 commits into from
Dec 9, 2021
Merged

feat: Remove disable auth var #251

merged 2 commits into from
Dec 9, 2021

Conversation

jsonporter
Copy link
Contributor

@jsonporter jsonporter commented Dec 7, 2021

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 informs Access-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:

  • This PR also includes a minor fix for displaying nested graphs

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

Removes DISABLE_AUTH from flyteconsole.

Tracking Issue

NA

Follow-up issue

NA

Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: Jason Porter <jason@union.ai>
@jsonporter jsonporter changed the title Remove disable auth var feat: Remove disable auth var Dec 7, 2021
@codecov
Copy link

codecov bot commented Dec 8, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@3cd4a39). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

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

maxRenderDepth: 2
maxRenderDepth: 1
Copy link
Contributor

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?

Copy link
Contributor

Choose a reason for hiding this comment

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

Just curious

@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 0.34.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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