mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="external-secrets-operator-config-net-policy"]
|
|
= Configuring network policy for the operand
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: external-secrets-operator-uninstall
|
|
|
|
toc::[]
|
|
|
|
[role="_abstract"]
|
|
The {external-secrets-operator} includes pre-defined `NetworkPolicies` for security, but you must configure additonal, custom policies through the `ExternalSecretsConfig` custom resource to set the external-secrets controller egress allow policies to communicate with external providers. These configurable policies are set via the `ExternalSecretsConfig` custom resource to establish the egress allow policy.
|
|
|
|
// Adding network policy to connect to permit all egress traffic
|
|
include::modules/external-secrets-operator-egress-allow-all-traffic.adoc[leveloffset=+1]
|
|
|
|
// Adding network policy to connect to a specific provider
|
|
include::modules/external-secrets-operator-egress-specific-provider.adoc[leveloffset=+1]
|
|
|
|
// Default ingress and egress rules
|
|
include::modules/external-secrets-operator-ingress-egress-rules.adoc[leveloffset=+1]
|
|
|
|
|