You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetch API keys from dedicated endpoint instead of apps response (spiceai#9767)
The cloud API no longer returns api_key in the apps response. Update
spidapter and the Spice CLI to call GET /v1/apps/{appId}/api-keys to
retrieve API keys separately.
- Remove api_key field from App struct in spice-cloud-client types
- Change ensure_spice_cloud_app to return only the app ID
- Add cloud.get_api_keys(app_id) call in spidapter setup flow
- Update CLI create app command to fetch API key from dedicated endpoint
0 commit comments