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
In APIM 4.2.0.54 when we deploy a fully distributed APIM with 2 gateway environments, when deploying APIs by 'Deploy' step and choose both Production and Sandbox environments we observe the following.
Open the deployed API in the sandbox environment and observe that the is filtering for the wrong key type (Production).
Steps to Reproduce
Steps to reproduce:
Configure 2 GWs as mentioned above and set gateway_labels =["Production"] and gateway_labels =["Sandbox"] respectively.
[[apim.gateway.environment]]
name = "Production"
type = "production"
provider = "wso2"
...
[[apim.gateway.environment]]
name = "Sandbox"
type = "sandbox"
provider = "wso2"
....
Enable api persistance in the file system to see the actual deployed API. Restart Servers
Description
In APIM 4.2.0.54 when we deploy a fully distributed APIM with 2 gateway environments, when deploying APIs by 'Deploy' step and choose both Production and Sandbox environments we observe the following.
Open the deployed API in the sandbox environment and observe that the is filtering for the wrong key type (Production).
Steps to Reproduce
Steps to reproduce:
[[apim.gateway.environment]]
name = "Production"
type = "production"
provider = "wso2"
...
[[apim.gateway.environment]]
name = "Sandbox"
type = "sandbox"
provider = "wso2"
....
[apim.sync_runtime_artifacts.gateway]
gateway_labels =["Production"]
Create an API with both Production and Sandbox endpoints
In the Deploy step choose both Production and Sandbox environments and click deploy.
Open the deployed API in the sandbox environment. This is filtering for the wrong key type.
Affected Component
APIM
Version
420
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: