Flyte 2 is available today for local execution - distributed execution coming to open source soon. Preview Flyte 2 for production, hosted on Union.ai
0.2.1

AppClientCredentials

Package: flyteplugins.union.utils.auth

Application client credentials for API key.

Parameters

class AppClientCredentials(
    endpoint: str,
    client_id: str,
    client_secret: str,
    org: str,
)
Parameter Type Description
endpoint str
client_id str
client_secret str
org str