You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add class for mTLS certificate/key config
* Add class for mTLS key-store config
* Move mTLS config to dedicated package
* Add type alias for keystore passwords
* Add skeleton of mTLS key-store config provider
* Add mTLS config to Kafka configurations for Streams & admin
* Add SSL to supported Kafka protocols
* Add CLI options for mTLS certificate/key file paths
* Use mTLS certs in key stores only when TLS is requested
* Pass mTLS certs config into Kafka config handler
* Add CA cert chain to trust store
* Fix typo in mTLS provider method name & corresponding var name
* Refactor trust store with reusable cert-loading method
* Ensure trust store output stream is closed
* Rename params for clarity
* Add private key to key store
The Java libraries except a certificate containing a corresponding public key to be added in this transaction.
The key is assumed to be RSA-encoded without a password (the no-DES option to OpenSSL).
* Use name for anonymous parameter
* Add TODO re full cert chain when adding private keys to a key store
* Use consistent formatting of 'use' resource blocks
* Add method generating random file locations
In the Python wrapper parsing the BOOL type predictive unit parameters doesn't work as
bool("False")
always evaluates to True in Python:seldon-core/python/seldon_core/microservice.py
Lines 233 to 247 in 361db75
The text was updated successfully, but these errors were encountered: