mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 04:58:31 -05:00
Nats tls (#4781)
* use tls for nats connections * add config options for nats client tls config * add nats tls config to CI * add function to create a certpool * add option to provide a rootCA to validate the server's TLS certificate * add option to provide a rootCA to validate the server's TLS certificate * add option to provide a rootCA to validate the server's TLS certificate * add option to provide a rootCA to validate the server's TLS certificate * configure nats clients in reva to use tls
This commit is contained in:
@@ -9,8 +9,8 @@ require (
|
||||
github.com/armon/go-radix v1.0.0
|
||||
github.com/blevesearch/bleve/v2 v2.3.4
|
||||
github.com/coreos/go-oidc/v3 v3.4.0
|
||||
github.com/cs3org/go-cs3apis v0.0.0-20220929083235-bb0b1a236d6c
|
||||
github.com/cs3org/reva/v2 v2.10.1-0.20221006145249-70bf0e95ec00
|
||||
github.com/cs3org/go-cs3apis v0.0.0-20221005085457-19ea8088a512
|
||||
github.com/cs3org/reva/v2 v2.10.1-0.20221012104058-ae7c58b9bffa
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/ggwhite/go-masker v1.0.9
|
||||
github.com/go-chi/chi/v5 v5.0.7
|
||||
|
||||
Reference in New Issue
Block a user