Skip to content
New issue

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

Added new Warning message KIA0107 #774

Merged
merged 2 commits into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions content/en/docs/Features/validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,28 @@ Correct the principal to refer to existing Service Account, make sure that the v
- [Service association requirement](https://istio.io/docs/ops/deployment/requirements)


### KIA0107 - Service Account for this principal found on a remote cluster

AuthorizationPolicy has a Source field, where specifies the source identities of a request.
In a Source field it accepts the principals, a list of peer identities derived from the peer certificate. The peer identity is in the format of `<TRUST_DOMAIN>/ns/<NAMESPACE>/sa/<SERVICE_ACCOUNT>`, for example, `cluster.local/ns/default/sa/productpage`.

A validation Warning message on a principal value means, that the specified Service Account was found in a cluster different from that of the AuthorizationPolicy.

#### Resolution

Kiali currently does not verify if the SPIRE is configured on the workload of the remote cluster.

#### Severity

<i class="fas fa-exclamation-triangle text-warning"></i> Warning

#### See Also

- [AuthorizationPolicy documentation](https://istio.io/docs/reference/config/security/authorization-policy)
- [Definition of the Source field](https://istio.io/docs/reference/config/security/authorization-policy/#Source)
- [SPIRE Istio Integration](https://istio.io/latest/docs/ops/integrations/spire)


## Destination rules {#destinationrules}

### KIA0201 - More than one DestinationRules for the same host subset combination
Expand Down
Loading