AdvancedNetworkingSecurity Class

Definition

Security profile to enable security features on cilium based cluster.

public class AdvancedNetworkingSecurity
type AdvancedNetworkingSecurity = class
Public Class AdvancedNetworkingSecurity
Inheritance
AdvancedNetworkingSecurity

Constructors

Name Description
AdvancedNetworkingSecurity()

Initializes a new instance of the AdvancedNetworkingSecurity class.

AdvancedNetworkingSecurity(Nullable<Boolean>, String)

Initializes a new instance of the AdvancedNetworkingSecurity class.

Properties

Name Description
AdvancedNetworkPolicies

Gets or sets enable advanced network policies. This allows users to configure Layer 7 network policies (FQDN, HTTP, Kafka). Policies themselves must be configured via the Cilium Network Policy resources, see https://docs.cilium.io/en/latest/security/policy/index.html. This can be enabled only on cilium-based clusters. If not specified, the default value is FQDN if security.enabled is set to true. Possible values include: 'L7', 'FQDN', 'None'

Enabled

Gets or sets this feature allows user to configure network policy based on DNS (FQDN) names. It can be enabled only on cilium based clusters. If not specified, the default is false.

Applies to