Revision c8e86df9d69a0cb3f15b187189b6d7dc01c61fee authored by Louis DeLosSantos on 16 August 2024, 18:45:34 UTC, committed by Paul Chaignon on 17 August 2024, 09:51:07 UTC
`UpsertIPsecEndpointPolicy` is not used.
Remove this.

Signed-off-by: Louis DeLosSantos <louis.delos@isovalent.com>
1 parent 3122fdc
Raw File
doc.go
// SPDX-License-Identifier: Apache-2.0
// Copyright Authors of Cilium

// Package auth provides routines to manage mutual authentication identities in Cilium.
// If enabled, the operator will watch for CiliumIdentity resources and provision
// corresponding external identities such as SPIFFE identities.
package auth
back to top