Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accelerator] - Update default configurations in toml file to support super admin credential change #240

Open
malshaniS opened this issue Dec 20, 2024 · 0 comments

Comments

@malshaniS
Copy link
Contributor

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. ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant