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

Evaluate the possibility of providing environment variables support in secret-conf.properties to read the server home #5284

Open
PrabhashDilhan opened this issue Oct 13, 2020 · 0 comments

Comments

@PrabhashDilhan
Copy link

Description:
If we enabled the secure vault in MI 1.2.0, we need to provide keystore path in secret-conf.properties as below.
/home/wso2carbon/wso2mi-1.2.0/repository/resources/security/wso2-keystore.jks

If we want to change the server home in containerized env, we need to change the above file every time.

Let's say we set the server home as environment variable as below.
WSO2_SERVER_HOME = /home/wso2carbon/wso2mi-{current-version}

It will be a good feature if we can read the keystore in secret-conf.properties as below.
{WSO2_SERVER_HOME}/repository/resources/security/wso2-keystore.jks

Suggested Labels:

Suggested Assignees:

Affected Product Version:
MI-1.2.0

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

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