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

Keystore config of default deployment.toml needs to be updated #6581

Closed
ayshsandu opened this issue Oct 3, 2019 · 2 comments · Fixed by #7363
Closed

Keystore config of default deployment.toml needs to be updated #6581

ayshsandu opened this issue Oct 3, 2019 · 2 comments · Fixed by #7363
Labels
Milestone

Comments

@ayshsandu
Copy link
Member

ayshsandu commented Oct 3, 2019

Current:
[keystore.primary]
name = "wso2carbon.jks"
password = "wso2carbon"

Correct
[keystore.primary]
file_name = "wso2carbon.jks"
password = "wso2carbon"

@madurangasiriwardena
Copy link
Member

Relates to wso2/carbon-kernel#2334

@gdiamond
Copy link

This applies to all *.toml files under ./modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS as well.

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

Successfully merging a pull request may close this issue.

3 participants