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(designer): Add secure inputs/outputs by default #6678

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ccastrotrejo
Copy link
Contributor

@ccastrotrejo ccastrotrejo commented Feb 25, 2025

Type of Change

  • Bug fix
  • Feature
  • Other

Current Behavior

Secure inputs/ouputs are set as false by default for actions that support it.

New Behavior

Now the secure inputs/ouputs are set as true by default for actions that support it and that have the isSecureByDefault property on their connector. Otherwise the old behavior stays the same way

Impact of Change

This is not a breaking change

Test Plan

Note

Tests Will add e2e test once is deployed to BE in all regions
Risk Low as the assignment is handled with safe access to properties and it always fallback on false, which is the current behavior

Screenshots or Videos (if applicable)

Standard

CleanShot.2025-02-27.at.16.48.47-trimmed.mp4

Consumption

CleanShot.2025-02-28.at.10.02.31.mp4

@ccastrotrejo ccastrotrejo changed the title Add logic to update settings feat(designer): Add secure inputs/outputs by default Feb 25, 2025
@ccastrotrejo ccastrotrejo marked this pull request as ready for review February 27, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants