Hey folks -- quick question around IdP identity an...
# ask-the-community
e
Hey folks -- quick question around IdP identity and how it might relate to the new agent support. I see that some support was added in https://github.com/flyteorg/flyteadmin/pull/549 for recording IdP identity into the ExecutionSpec. I was working off the assumption that that information is made available to agents, but @Noah Jackson is working right now on pulling that info out and it looks like this might not be available there. Seems like something that should be added? (@Kevin Su)
n
Would this be something we could easily add to TaskExecutionMetadata?
Seems like the internal definition of TaskExecutionMetadata has an owner reference, if the uid on that maps to the execution identity we see on flyte CR's then we'd be good and we could add a simple line here where we convert from the flyte core metadata to the flyte admin metadata
Put together some PR's to show how this could be addressed: • https://github.com/flyteorg/flyte/pull/5105https://github.com/flyteorg/flytekit/pull/2296