Skip to content

Commit

Permalink
Explicitly disable TLS for the permissions client
Browse files Browse the repository at this point in the history
This is needed as the permission server (provided by the settings service)
is not TLS enabled yet.
  • Loading branch information
rhafer committed Oct 12, 2022
1 parent d7e3488 commit de415ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/storage-users/pkg/revaconfig/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func UserDrivers(cfg *config.Config) map[string]interface{} {
"treetime_accounting": true,
"treesize_accounting": true,
"permissionssvc": cfg.Drivers.OCIS.PermissionsEndpoint,
"permissionssvc_tls_mode": "off",
},
"s3": map[string]interface{}{
"enable_home": false,
Expand Down

0 comments on commit de415ea

Please sign in to comment.