The page you navigated to does not exist, so we brought you to the closest page to it.
flyteplugins.union.utils.auth
def encode_app_client_credentials(
app_credentials: flyteplugins.union.utils.auth.AppClientCredentials,
) -> str
Encode app credentials as a base64 string for use as UNION_API_KEY.
| Parameter |
Type |
Description |
app_credentials |
flyteplugins.union.utils.auth.AppClientCredentials |
The application credentials to encode |
def is_serverless_endpoint(
endpoint: str,
) -> bool
Check if endpoint is a Union serverless endpoint.
| Parameter |
Type |
Description |
endpoint |
str |
|