-
-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
area/authApp authentication related issuesApp authentication related issuesscope/backendRelated to backend changesRelated to backend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/enhancementEn enhancement/improvement to an already existing featureEn enhancement/improvement to an already existing feature
Description
Currently to achieve this one has to do mental gymnastics like this:
JAVA_OPTS: >-
-Djavax.net.ssl.trustStore=/jmx/clienttruststore
-Djavax.net.ssl.trustStorePassword=12345678
This happened due to:
- unifying truststore/keystore usage per cluster
- with 1) having no universal truststore/keystore applicable to non-clustered things (authentication, etc)
TODO:
- Implement an app-wide truststore/keystore support
- Use it for accessing:
- OIDC endpoints
- ?
Metadata
Metadata
Assignees
Labels
area/authApp authentication related issuesApp authentication related issuesscope/backendRelated to backend changesRelated to backend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/enhancementEn enhancement/improvement to an already existing featureEn enhancement/improvement to an already existing feature
Projects
Status
Done