It would great if on Linux we could support the Secret Service API (KDE also finally is removing kwallet and now supports the API already).
Quick online research found two Java project to access the API (which in the end are "just" d-bus calls):
I also opened swiesend/secret-service#70
Originally posted by @mkurz in #3397 (comment)
This relates to the in-memory key store in
|
private[ssl] def buildKeyManagers( |
It would great if on Linux we could support the Secret Service API (KDE also finally is removing kwallet and now supports the API already).
Quick online research found two Java project to access the API (which in the end are "just" d-bus calls):
I also opened swiesend/secret-service#70
Originally posted by @mkurz in #3397 (comment)
This relates to the in-memory key store in
pekko/remote/src/main/scala/org/apache/pekko/remote/artery/tcp/ssl/PemManagersProvider.scala
Line 39 in a81f3b1