wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
840 stars 784 forks source link

Event hub is not working after enabling the email as username feature - APIM 4.0.0 #12754

Closed Sumudu-Sahan closed 2 years ago

Sumudu-Sahan commented 2 years ago

Description:

After configuring the Email as Username feature with the externalized gateway deployment and when publishing APIs to the externalized gateway, the artifact is not getting deployed, and hence, able to see the 404 response when invoking the API.

Steps to reproduce:

[apim.event_hub]
enable = true
username="admin@wso2.com"
password= "$ref{super_admin.password}"
service_url = "https://localhost:9443/services/"
event_listening_endpoints = ["tcp://localhost:5672"]

[[apim.event_hub.publish.url_group]]
urls = ["tcp://localhost:9611"]
auth_urls = ["ssl://localhost:9711"]

[1] https://apim.docs.wso2.com/en/latest/install-and-setup/setup/security/logins-and-passwords/maintaining-logins-and-passwords/#setup-an-e-mail-login

Affected Product Version:

4.0.0

lakshithagunasekara commented 2 years ago

closing this issue as update is released for apim 4.0.0