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
We should be able to Register Cloud Foundry Endpoint by providing IP address in Endpoint Address Field
Actual behaviour
Currently we are unable to proceed further when entering the Endpoint Address as IP address. It gives "Invalid API URL" error.
Steps to reproduce the behavior
Navigate to Endpoints
Click on Register Endpoint (+) button
Select Cloud Foundry as type of endpoint to register
Provide a name for the endpoint
Provide an IP Address (any) for the Endpoint Address field
Context
I have Korifi setup on Kubernetes and I also have Stratos setup on the same Kubernetes env. I am able to successfully Register the Kubernetes as an endpoint in Stratos (by providing the IP address) but I am unable to Register the Korifi as a Cloud Foundry Endpoint to Stratos as it does not allow IP address to be entered in the Endpoint Address field. Any reason why we are not allowing IP Address & localhost in the Endpoint Address field ?
Possible Implementation
The text was updated successfully, but these errors were encountered:
Similar Problem on my side. If I try to register the endpoint via a DNS entry, I get:
There was a problem creating the endpoint. Please ensure the endpoint address is correct and try again (Failed to validate endpoint).
The CF login with korifi is based on the kubeconfig file, so I think any kind of authentication is needed here. An upload of the kubeconfig could be needed.
Stratos Version
4.4.0
Frontend Deployment type
Backend (Jet Stream) Deployment type
Expected behaviour
We should be able to Register Cloud Foundry Endpoint by providing IP address in Endpoint Address Field
Actual behaviour
Currently we are unable to proceed further when entering the Endpoint Address as IP address. It gives "Invalid API URL" error.
Steps to reproduce the behavior
Context
I have Korifi setup on Kubernetes and I also have Stratos setup on the same Kubernetes env. I am able to successfully Register the Kubernetes as an endpoint in Stratos (by providing the IP address) but I am unable to Register the Korifi as a Cloud Foundry Endpoint to Stratos as it does not allow IP address to be entered in the Endpoint Address field. Any reason why we are not allowing IP Address & localhost in the Endpoint Address field ?
Possible Implementation
The text was updated successfully, but these errors were encountered: