Skip to content

Commit

Permalink
Merge pull request #684 from hhovsepy/staging6460
Browse files Browse the repository at this point in the history
Added missing info for KIA0104
  • Loading branch information
hhovsepy authored Aug 10, 2023
2 parents 01adcc8 + 807b33d commit 4aeb588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/Features/validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ Either change or remove the violating method. It has to be either a HTTP valid m

AuthorizationPolicy enables access control on workloads. Each policy effects only to a group of request going to a specific destination. For instance, allow all the request going to `details` host.

The present validation points out those rules referencing a host that don't exist in the authorization policy namespace. Kiali considers services and service entries.
Those hosts that refers to hosts outside of the object namespace will be presented with an unknow error.
The present validation points out those rules referencing a host that don't exist in the authorization policy namespace. Kiali considers services, virtual services and service entries.
Those hosts that refers to hosts outside of the object namespace will be presented with an unknown error.

#### Resolution

Either remove the host from the list, correct if there is any typo or deploy a new service or service entry.
Either remove the host from the list, correct if there is any typo or deploy a new service, service entry or a virtual service pointing to that host.

#### Severity

Expand Down

0 comments on commit 4aeb588

Please sign in to comment.