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
It would be worthwhile to move the APIs in https://github.com/thalescpl-io/k8s-kms-plugin/tree/master/apis to a dedicated repo, such as https://github.com/thalescpl-io/k8s-kms-plugin-apis. This will greatly remove the dependencies.
Currently consumers of k8s-kms-plugin have to import all the dependencies of k8s-kms-plugin, making it hard to manage the go dependency versions. So far we have seen the licensing issues and the golang.org/x/sys version compatibility issue #26.
The text was updated successfully, but these errors were encountered:
It would be worthwhile to move the APIs in
https://github.com/thalescpl-io/k8s-kms-plugin/tree/master/apis
to a dedicated repo, such ashttps://github.com/thalescpl-io/k8s-kms-plugin-apis
. This will greatly remove the dependencies.For example, the istio/api go.mod file is very short: https://github.com/istio/api/blob/master/go.mod
Currently consumers of k8s-kms-plugin have to import all the dependencies of k8s-kms-plugin, making it hard to manage the go dependency versions. So far we have seen the licensing issues and the golang.org/x/sys version compatibility issue #26.
The text was updated successfully, but these errors were encountered: