-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Stratos Version
4.4 and v4.8.1
Frontend Deployment type
- Cloud Foundry Application (cf push)
- Kubernetes, using a helm chart
- Docker, single container deploying all components
- npm run start
- Other (please specify below)
Backend (Jet Stream) Deployment type
- Cloud Foundry Application (cf push)
- Kubernetes, using a helm chart
- Docker, single container deploying all components
- Other (please specify below)
Expected behaviour
App starts nicely and is able to be used
Actual behaviour
Stratos does not start due to V2 API being disabled
Steps to reproduce the behavior
Log output covering before error and any error statements
2024-12-18T08:05:23.64+0000 [APP/PROC/WEB/0] OUT FATA[Wed Dec 18 08:05:23 UTC 2024] Could not get the info for Cloud Foundry: https://api.blahblah.cloudfoundry/v2/info endpoint returned 404
2024-12-18T08:05:23.64+0000 [APP/PROC/WEB/0] OUT V2 endpoints disabled
Detailed Description
CF cloudcontroller V2 API is due to be retired in the first cut of cf-deployment starting January 2025. We've tried disabling it early to see what breaks.
Stratos is one of the breaks.
Context
Stratos could be re-worked to leverage v3 api calls instead of v2 api calls which would future proof it against this change.
Metadata
Metadata
Assignees
Labels
No labels