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
Description:
Some of the configurations related to super admin credential are hardcoded in deployment.toml file. But this hard coded values affects the functionalities if someone change the super admin credential when setting up the OB solution. Therefore, following configurations in APIM depolyment.toml file should be modified to read super admin property without hardcoding them.
Description:
Some of the configurations related to super admin credential are hardcoded in deployment.toml file. But this hard coded values affects the functionalities if someone change the super admin credential when setting up the OB solution. Therefore, following configurations in APIM depolyment.toml file should be modified to read super admin property without hardcoding them.
The config should be updated as below.
[apim.analytics]
properties.'stream.processor.rest.api.username' = "$ref{super_admin.username}@carbon.super"
[apim.throttling]
username = "$ref{super_admin.username}@carbon.super"
[apim.throttling.jms]
username = "$ref{super_admin.username}!wso2.com!carbon.super"
Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
[Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. ]
The text was updated successfully, but these errors were encountered: