allow passing in an arbitrary reva configs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2019-12-19 22:29:10 +01:00
parent 6702be7f90
commit 23c68fce67
2 changed files with 182 additions and 164 deletions
+2
View File
@@ -34,6 +34,8 @@ type Reva struct {
HTTP HTTP
GRPC GRPC
JWTSecret string
// Used to pass in configs from the ocis repo, multiple reva instances can be started with this
Configs map[string]interface{}
}
// AuthProvider defines the available authprovider configuration.