Skip to content

Commit

Permalink
Change no server certificate verify as warning level (istio#42876)
Browse files Browse the repository at this point in the history
* Change no server certificate verify as warning level

* update
  • Loading branch information
hzxuzhonghu authored Jan 19, 2023
1 parent 25abe9a commit ef57382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/config/analysis/msg/messages.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/config/analysis/msg/messages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ messages:

- name: "NoServerCertificateVerificationDestinationLevel"
code: IST0128
level: Error
level: Warning
description: "No caCertificates are set in DestinationRule, this results in no verification of presented server certificate."
template: "DestinationRule %s in namespace %s has TLS mode set to %s but no caCertificates are set to validate server identity for host: %s"
url: "https://istio.io/latest/docs/reference/config/analysis/ist0128/"
Expand Down

0 comments on commit ef57382

Please sign in to comment.