Skip to content

fix(sandbox-bundled): Use a yaml string for FLYTE_PLATFORM_INSECURE#7079

Open
honnix wants to merge 4 commits intoflyteorg:masterfrom
honnix:patch-2
Open

fix(sandbox-bundled): Use a yaml string for FLYTE_PLATFORM_INSECURE#7079
honnix wants to merge 4 commits intoflyteorg:masterfrom
honnix:patch-2

Conversation

@honnix
Copy link
Copy Markdown
Member

@honnix honnix commented Mar 23, 2026

Tracking issue

Why are the changes needed?

The boolean value seems to be parse incorrectly.

What changes were proposed in this pull request?

Change it to a yaml string value.

How was this patch tested?

Found this when using latest sandbox-bundled image for our integration tests. I had to patch this value to a string to make it work.

Labels

Please add one or more of the following labels to categorize your PR:

  • added: For new features.
  • changed: For changes in existing functionality.
  • deprecated: For soon-to-be-removed features.
  • removed: For features being removed.
  • fixed: For any bug fixed.
  • security: In case of vulnerabilities

This is important to improve the readability of release notes.

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Signed-off-by: Honnix <honnix@users.noreply.github.com>
@honnix honnix added the fixed For any bug fixes label Mar 23, 2026
@honnix honnix changed the title Patch 2 fix(sandbox-bundled): Use a yaml string for FLYTE_PLATFORM_INSECURE Mar 23, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.95%. Comparing base (f3ab1b7) to head (55a907d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7079   +/-   ##
=======================================
  Coverage   56.95%   56.95%           
=======================================
  Files         931      931           
  Lines       58188    58188           
=======================================
  Hits        33141    33141           
  Misses      22005    22005           
  Partials     3042     3042           
Flag Coverage Δ
unittests-datacatalog 53.51% <ø> (ø)
unittests-flyteadmin 53.14% <ø> (ø)
unittests-flytecopilot 43.06% <ø> (ø)
unittests-flytectl 64.02% <ø> (ø)
unittests-flyteidl 75.71% <ø> (ø)
unittests-flyteplugins 60.15% <ø> (ø)
unittests-flytepropeller 53.65% <ø> (ø)
unittests-flytestdlib 63.02% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com>
- FLYTE_AWS_SECRET_ACCESS_KEY: miniostorage
- FLYTE_PLATFORM_URL: 'flyte-sandbox-grpc.flyte:8089'
- FLYTE_PLATFORM_INSECURE: true
- FLYTE_PLATFORM_INSECURE: 'true'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This file is auto generated. should we update this line

- FLYTE_PLATFORM_INSECURE: True

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

👍

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I guess the string 'True' or 'true' is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fixed For any bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants