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

[CLOUD-1475] JDV: add full path to datavirt transport keystore #247

Closed
wants to merge 2 commits into from

Conversation

josefkarasek
Copy link
Contributor

No description provided.

@@ -745,8 +745,12 @@
"value": "/etc/datavirt-environment/*"
},
{
"name": "DATAVIRT_TRANSPORT_KEYSTORE_DIR",
"value": "/etc/datavirt-secret-volume"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@josefkarasek, let's remove this so it is consistent with using the HTTPS_ as the defaults. This variable gives users the possibility of using a different keystore for datavirt access (e.g. if they have different keys for internal vs external clients). From a usability perspective, it's simplest to use the same keystore (and maybe even the same key) as that used for https configuration.

@josefkarasek
Copy link
Contributor Author

Server sjdbc transport configured with ssl-protocol="TLSv1.2" keymanagement-algorithm="SunX509"> <keystore name="/etc/datavirt-secret-volume/keystore.jks" password="mykeystorepass" type="JKS" key-alias="jboss"/><truststore name="/etc/datavirt-secret-volume/keystore.jks"

Client run with -Dorg.teiid.ssl.protocol=TLSv1.2

Works OK

@rcernich
Copy link
Contributor

sqashed and merged.

@rcernich rcernich closed this Mar 16, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants