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

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.

madurangasiriwardena added a commit to madurangasiriwardena/product-is that referenced this issue Jan 24, 2020
@madurangasiriwardena madurangasiriwardena added this to To Do in Identity Server 5.10.0 via automation Jan 27, 2020
@madurangasiriwardena madurangasiriwardena moved this from To Do to Done in Identity Server 5.10.0 Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants