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.
reva/cmd/reva/main.go
Line 114 in a133b60
reva/cmd/reva/download.go
Line 108 in 8485d40
reva/pkg/cbox/utils/tokenmanagement.go
Line 67 in a8c6140
GRPC connections use also the insecure option (https://grpc.io/docs/guides/auth/#go)
reva/pkg/rgrpc/todo/pool/pool.go
Lines 87 to 90 in 63cd968
The text was updated successfully, but these errors were encountered:
is no longer be the case on "edge" branch
Sorry, something went wrong.
No branches or pull requests
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.
reva/cmd/reva/main.go
Line 114 in a133b60
reva/cmd/reva/download.go
Line 108 in 8485d40
reva/pkg/cbox/utils/tokenmanagement.go
Line 67 in a8c6140
GRPC connections use also the insecure option (https://grpc.io/docs/guides/auth/#go)
reva/pkg/rgrpc/todo/pool/pool.go
Lines 87 to 90 in 63cd968
The text was updated successfully, but these errors were encountered: