1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-16038_v1 updated modules

This commit is contained in:
William Gabor
2025-10-24 13:25:52 -04:00
committed by openshift-cherrypick-robot
parent be377b856b
commit fca01e26be
5 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
:_mod-docs-content-type: ASSEMBLY
[id="external-secrets-operator-proxy"]
= About the egress proxy for the {external-secrets-operator}
include::_attributes/common-attributes.adoc[]
:context: external-secrets-operator-proxy
toc::[]
If a cluster-wide egress proxy is configured in {product-title}, Operator Lifecycle Manager (OLM) automatically configures Operators that it manages with the cluster-wide proxy. OLM automatically updates all of the Operators deployments with the `HTTP_PROXY`, `HTTPS_PROXY`, `NO_PROXY` environment variables.
// Configure egress proxy
include::modules/external-secrets-operator-configure-proxy.adoc[leveloffset=+1]
[role="_additional-resources"]
[id="external-resources-operator-proxy_additional-resources"]
== Additional resources
* xref:../../operators/admin/olm-configuring-proxy-support.adoc#olm-configuring-proxy-support[Configuring proxy support in Operator Lifecycle Manager]

View File

@@ -20,6 +20,9 @@ include::modules/external-secrets-test-coverage.adoc[leveloffset=+1]
//FIPS compliant support
include::modules/external-secrets-fips-support.adoc[leveloffset=+1]
//egress proxy security considerations
include::modules/external-secrets-operator-proxy-considerations.adoc[leveloffset=+1]
[role="_additional-resources"]
[id="external-secrets-operator-about_additional-resources"]
== Additional resources
@@ -28,3 +31,5 @@ include::modules/external-secrets-fips-support.adoc[leveloffset=+1]
* xref:../../security/container_security/security-compliance.adoc#security-compliance[Understanding compliance]
* xref:../../installing/overview/installing-fips.adoc#installing-fips-mode_installing-fips[Installing a cluster in FIPS mode]
* xref:../../installing/overview/installing-preparing.adoc#installing-preparing-security[Do you need extra security for your cluster?]
* link:https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.19/html/planning_your_deployment/security-considerations_rhodf[Security considerations]
* link:https://external-secrets.io/latest/guides/security-best-practices/[Security Best Practices]