ddl-rliu

Results 13 issues of ddl-rliu

## Tracking issue Part of a group: 1. https://github.com/flyteorg/stow/pull/11 2. https://github.com/flyteorg/flyte/pull/4897 3. https://github.com/flyteorg/flytekit/pull/2193 ## Why are the changes needed? S3 Stow implementation does not yet support setting [ServerSideEncryption (SSE)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingServerSideEncryption.html). We...

enhancement
size:XS

## Why are the changes needed? In the auth flow, it seems that Flyteadmin always generates a callback URL, that looks like `foo.tech/callback` However, when Flyte is configured on a...

bug
size:M

# TL;DR Typo – causes breadcrumbs to not appear in flyteconsole. To fix, use BASE_URL not BASE_PATH. ## Type - [x] Bug Fix - [ ] Feature - [ ]...

### Describe the bug 1. Run `pyflyte run --remote` on this file, twice. ```python from flytekit import task, workflow from flytekit.core.base_task import PythonTask from flytekit.core.interface import Interface import rich_click as...

bug
flytekit

## Tracking issue Likely similar issue to https://github.com/flyteorg/flyte/issues/2864 Repro idea: `pyflyte run --remote wf.py wf` ```py import csv from collections import defaultdict from pathlib import Path from typing import List,...

## Tracking issue Closes https://github.com/flyteorg/flyte/issues/5364 ## Why are the changes needed? Extends https://github.com/flyteorg/flytekit/pull/2039/files – that PR gives the minimum API surface for configuring the API via `FlytekitPlugin`. This PR increases...

## Tracking issue https://github.com/flyteorg/flyte/issues/5701 ## Why are the changes needed? Today, the flyteadmin pod is blocked from starting up until the OIDC provider is healthy and available (the pod gets...

### Motivation: Why do you think this is important? Today, the flyteadmin pod is blocked from starting up until the OIDC provider is healthy and available (the pod gets stuck...

enhancement
untriaged

### Describe the bug When user A "recovers" via Flyteconsole UI an execution belonging to user B, it launches with user B's execution identity. This can have negative security implications....

bug

Proposed fix: https://github.com/flyteorg/flyte/pull/5604 https://github.com/flyteorg/flytekit/pull/2426 ### Describe the bug Agents may use the Resource object to pass some data back to flyte, but the `CustomInfo` field is not exposed in this...

bug