-
Task
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
NEW
-
NEW
-
---
-
---
The current Quarkus 2 way ssl configuration doesn't support the vault file to store the keystore/truststore password.
http:
port: 8080
ssl-port: 8443
ssl:
certificate:
key-store-file: /opt/pim/ssl/server.jks
key-store-password: KEY_STORE_PSWD
key-store-file-type: JKS
trust-store-file: /opt/pim/ssl/server.jks
trust-store-password: KEY_STORE_PSWD
trust-store-file-type: JKS
This feature is requested in Quarkus jira [1].
We need to update the Quarkus library when the jira [1] is resolved.
- clones
-
RHPAM-4423 Update Quarkus version in PIM to support Keystore and trustore passwords to be stored on vault
- Closed