We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some REVA "insecure" configurations default to true.
"insecure" options (most of the time it's SSL cert validation check skip) must be configurable and default to false.
some "insecure" options default to true, eg.
ocis/storage/pkg/command/storagemetadata.go
Line 153 in c51a663
ocis/storage/pkg/command/frontend.go
Line 173 in c51a663
Line 178 in c51a663
Line 193 in c51a663
ocis/storage/pkg/command/storagehome.go
Line 131 in c51a663
see also cs3org/reva#2216
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Some REVA "insecure" configurations default to true.
Expected behavior
"insecure" options (most of the time it's SSL cert validation check skip) must be configurable and default to false.
Actual behavior
some "insecure" options default to true, eg.
ocis/storage/pkg/command/storagemetadata.go
Line 153 in c51a663
ocis/storage/pkg/command/frontend.go
Line 173 in c51a663
ocis/storage/pkg/command/frontend.go
Line 178 in c51a663
ocis/storage/pkg/command/frontend.go
Line 193 in c51a663
ocis/storage/pkg/command/storagehome.go
Line 131 in c51a663
Context
see also cs3org/reva#2216
The text was updated successfully, but these errors were encountered: