doriordan / skuber

A Scala Kubernetes client library
Apache License 2.0
326 stars 97 forks source link

Remove BouncyCastle dependency #338

Closed doriordan closed 2 years ago

doriordan commented 2 years ago

This replaces any direct BouncyCastle dependency (only used to read private keys from kubeconfig files) with use of the standard Java security package, allowing applications to use whichever security provider they desire/need.