i am getting this error in the logs as
ERROR - EventHubClient Recoverable error occurred when creating Eventhub Client. Retry attempts will be made in 10 sec. Reason :Provided authentication endpoint https://analytics-event-auth.choreo.dev/auth/v1 is not reachable.
tried setting proxy setting for firewall also changed my deployment.toml with enable = true, config_endpoint = “https://analytics-event-auth.choreo.dev/auth/v1”
also putted right token from on-prim choreo.
even if i try config_endpoint in postman with bearer token it says
{
“status”: 404,
“error”: “Not Found”,
“path”: “/auth/v1”
}
where i am going wrong?