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 file_name is wrongly mentioned as name in deployment.toml #112

Open
lahirugmg opened this issue Aug 5, 2020 · 1 comment
Open

Comments

@lahirugmg
Copy link

lahirugmg commented Aug 5, 2020

Description:

[keystore.primary]
name = "{{ key_store_location }}"
password = "{{ key_store_password }}"
alias = "{{ key_store_key_alias }}"
key_password = "{{ key_store_key_password }}"

Affected Product Version:
IS-KM 5.10.0

@bbaassssiiee
Copy link
Contributor

Cannot reproduce:

$ find . -name deployment.toml.j2|xargs grep -A1 keystore.primary
./roles/micro-integrator/templates/carbon-home/conf/deployment.toml.j2:[keystore.primary]
./roles/micro-integrator/templates/carbon-home/conf/deployment.toml.j2-file_name = "{{primary_key_store_name}}"
--
./roles/apim-control-plane/templates/carbon-home/repository/conf/deployment.toml.j2:[keystore.primary]
./roles/apim-control-plane/templates/carbon-home/repository/conf/deployment.toml.j2-file_name =  "{{ primary_key_store_name }}"
--
./roles/apim-gateway/templates/carbon-home/repository/conf/deployment.toml.j2:[keystore.primary]
./roles/apim-gateway/templates/carbon-home/repository/conf/deployment.toml.j2-file_name =  "{{ primary_key_store_name }}"
--
./roles/apim-tm/templates/carbon-home/repository/conf/deployment.toml.j2:[keystore.primary]
./roles/apim-tm/templates/carbon-home/repository/conf/deployment.toml.j2-file_name =  "{{ primary_key_store_name }}"
--
./roles/apim/templates/carbon-home/repository/conf/deployment.toml.j2:[keystore.primary]
./roles/apim/templates/carbon-home/repository/conf/deployment.toml.j2-file_name =  "{{ primary_key_store_name }}"

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

2 participants