You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Using “curl -k https://ip:port” without certificate file is enough to access the service.
What you expected to happen:
When gateway is mode " https", accessing the service must carrying certificate files
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Test procedure:
1)create a test key file:
2)create a 'Secret' according to the key file:
3)create 'Gateway' and 'VirtualService'
cat gateway.yaml:
What happened:
Using “curl -k https://ip:port” without certificate file is enough to access the service.
What you expected to happen:
When gateway is mode " https", accessing the service must carrying certificate files
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Test procedure:
1)create a test key file:
2)create a 'Secret' according to the key file:
3)create 'Gateway' and 'VirtualService'
cat gateway.yaml:
Environment:
EdgeMesh version: release-1.7
Kubernetes version (use
kubectl version
): Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.4", GitCommit:"d360454c9bcd1634cf4cc52d1867af5491dc9c5f", GitTreeState:"clean", BuildDate:"2020-11-11T13:17:17Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:48:36Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
KubeEdge version(e.g.
cloudcore --version
andedgecore --version
): cloudcore: release-1.7, edgecore: release-1.7Cloud nodes Environment:
lscpu
):cat /etc/os-release
):uname -a
):go version
):Edge nodes Environment:
edgecore --version
):lscpu
):cat /etc/os-release
):uname -a
):go version
):The text was updated successfully, but these errors were encountered: