<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Security on Docs</title>
    <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/</link>
    <description>Recent content in Security on Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Integrate cert-manager with Redis for Kubernetes</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/cert-manager/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/cert-manager/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://cert-manager.io/&#34;&gt;cert-manager&lt;/a&gt; is a Kubernetes add-on that automates the management and issuance of TLS certificates. The Redis operator integrates with cert-manager, so you can use automatically managed certificates for:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Redis Enterprise cluster (REC) components (API, CM, proxy, syncer, and others)&lt;/li&gt;&#xA;&lt;li&gt;Database replication with TLS&lt;/li&gt;&#xA;&lt;li&gt;LDAP client authentication&lt;/li&gt;&#xA;&lt;li&gt;SSO/SAML certificates&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Benefits of using cert-manager include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Automatic certificate renewal&lt;/strong&gt;: cert-manager handles certificate rotation before expiration.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Standardized management&lt;/strong&gt;: Use the same certificate management approach across your Kubernetes infrastructure.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multiple certificate authorities&lt;/strong&gt;: Support for Let&#39;s Encrypt, private CAs, Vault, and more.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Automatic propagation&lt;/strong&gt;: For Active-Active databases, certificate changes automatically sync across all participating clusters.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;div class=&#34;alert p-3 relative flex flex-row flex-wrap items-center text-base bg-redis-pencil-200 rounded-md&#34;&gt;&#xA;  &lt;div class=&#34;p-2 pr-5&#34;&gt;&lt;svg width=&#34;21&#34; height=&#34;21&#34; viewBox=&#34;0 0 21 21&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;  &lt;circle cx=&#34;10.5&#34; cy=&#34;10.5&#34; r=&#34;9.75&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34;/&gt;&#xA;  &lt;path d=&#34;M10.5 14V16&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34;/&gt;&#xA;  &lt;path d=&#34;M10.5 5V12&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34;/&gt;&#xA;&lt;/svg&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;p-1 pl-4 sm:pl-6 border-l border-l-redis-ink-900 border-opacity-50 flex-1&#34;&gt;&#xA;  &#xA;  &lt;div class=&#34;font-medium&#34;&gt;Warning:&lt;/div&gt;&#xA;  The cert-manager integration uses Kubernetes secrets. It is not compatible with Vault-based secret management (when &lt;code&gt;clusterCredentialSecretType: vault&lt;/code&gt;). See &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/vault/&#34;&gt;HashiCorp Vault integration&lt;/a&gt; for details.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;prerequisites&#34; class=&#34;group relative&#34;&gt;&#xA;  Prerequisites&#xA;  &lt;a href=&#34;#prerequisites&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Kubernetes cluster with Redis Enterprise operator installed&lt;/li&gt;&#xA;&lt;li&gt;cert-manager v1.19.0 or later installed&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If cert-manager is not already installed, see the &lt;a href=&#34;https://cert-manager.io/docs/installation/&#34;&gt;cert-manager installation documentation&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manage Redis Enterprise cluster (REC) credentials</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/manage-rec-credentials/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/manage-rec-credentials/</guid>
      <description>&lt;p&gt;Redis Enterprise for Kubernetes uses a custom resource called &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/api/redis_enterprise_cluster_api/&#34;&gt;&lt;code&gt;RedisEnterpriseCluster&lt;/code&gt;&lt;/a&gt; to create a Redis Enterprise cluster (REC). During creation, it generates random credentials for the operator to use. The credentials are saved in a Kubernetes (K8s) &lt;a href=&#34;https://kubernetes.io/docs/concepts/configuration/secret/&#34;&gt;secret&lt;/a&gt;. The secret name defaults to the cluster name and is specified by the &lt;code&gt;clusterCredentialSecretName&lt;/code&gt; field in the REC specification.&lt;/p&gt;&#xA;&#xA;&lt;div class=&#34;alert p-3 relative flex flex-row flex-wrap items-center text-base bg-redis-pencil-200 rounded-md&#34;&gt;&#xA;  &lt;div class=&#34;p-2 pr-5&#34;&gt;&lt;svg width=&#34;21&#34; height=&#34;21&#34; viewBox=&#34;0 0 21 21&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;  &lt;circle cx=&#34;10.5&#34; cy=&#34;10.5&#34; r=&#34;9.75&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34;/&gt;&#xA;  &lt;path d=&#34;M10.5 14V16&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34;/&gt;&#xA;  &lt;path d=&#34;M10.5 5V12&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34;/&gt;&#xA;&lt;/svg&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;p-1 pl-4 sm:pl-6 border-l border-l-redis-ink-900 border-opacity-50 flex-1&#34;&gt;&#xA;  &#xA;  &lt;div class=&#34;font-medium&#34;&gt;Note:&lt;/div&gt;&#xA;  This procedure is only supported for operator versions 6.0.20-12 and above.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;retrieve-the-current-username-and-password&#34; class=&#34;group relative&#34;&gt;&#xA;  Retrieve the current username and password&#xA;  &lt;a href=&#34;#retrieve-the-current-username-and-password&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The credentials can be used to access the Redis Enterprise admin console or the API. Connectivity must be configured to the REC &lt;a href=&#34;https://kubernetes.io/docs/concepts/workloads/pods/&#34;&gt;pods&lt;/a&gt; using an appropriate service (or port forwarding).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enable SSO authentication</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/sso/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/sso/</guid>
      <description>&lt;p&gt;Redis Enterprise Software supports SAML 2.0 single sign-on (SSO) for the Cluster Manager UI with both IdP-initiated and SP-initiated authentication. User accounts are automatically created on first sign-in using just-in-time (JIT) provisioning.&lt;/p&gt;&#xA;&lt;h2 id=&#34;idp-requirements&#34; class=&#34;group relative&#34;&gt;&#xA;  IdP requirements&#xA;  &lt;a href=&#34;#idp-requirements&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Your identity provider must support:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manage Redis Enterprise cluster (REC) certificates</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/manage-rec-certificates/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/manage-rec-certificates/</guid>
      <description>&lt;p&gt;Redis Software for Kubernetes generates self-signed TLS certificates for each new cluster. You can replace any of those certificates with your own.&lt;/p&gt;&#xA;&lt;p&gt;You can manage REC certificates in two ways:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;#method-1-manage-certificates-with-the-rec-custom-resource&#34;&gt;Method 1: Manage certificates with the REC custom resource&lt;/a&gt;&lt;/strong&gt; (recommended). Store each certificate in a Kubernetes secret and reference the secret from the REC custom resource. The operator applies the certificate and keeps the cluster in sync with the secret. Use this method whenever the certificate type is exposed in &lt;code&gt;spec.certificates&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;#method-2-manage-certificates-with-the-redis-software-rest-api&#34;&gt;Method 2: Manage certificates with the Redis Software REST API&lt;/a&gt;&lt;/strong&gt;. Call the cluster&#39;s REST API directly, bypassing the operator. Use this method only when you need to follow the Redis Software procedure for a cluster that does not define the certificate in &lt;code&gt;spec.certificates&lt;/code&gt;. The operator overwrites changes made this way if the same certificate is also defined in the REC custom resource.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;For the list of certificates and what each one encrypts, see the &lt;a href=&#34;https://redis.io/docs/latest/operate/rs/security/certificates/&#34;&gt;certificates table&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Add client certificates</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/add-client-certificates/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/add-client-certificates/</guid>
      <description>&lt;p&gt;For each client certificate you want to use with your database, you need to create a Kubernetes secret to hold it. You can then reference that secret in your Redis Enterprise database (REDB) custom resource spec.&lt;/p&gt;&#xA;&lt;h2 id=&#34;create-a-secret-to-hold-the-new-certificate&#34; class=&#34;group relative&#34;&gt;&#xA;  Create a secret to hold the new certificate&#xA;  &lt;a href=&#34;#create-a-secret-to-hold-the-new-certificate&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-config-file/&#34;&gt;Create the secret config file&lt;/a&gt; with the required fields shown below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enable LDAP authentication</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/ldap/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/ldap/</guid>
      <description>&lt;h2 id=&#34;ldap-support-for-redis-enterprise-software&#34; class=&#34;group relative&#34;&gt;&#xA;  LDAP support for Redis Enterprise Software&#xA;  &lt;a href=&#34;#ldap-support-for-redis-enterprise-software&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Redis Enterprise Software supports LDAP authentication and authorization through &lt;a href=&#34;https://redis.io/docs/latest/operate/rs/security/access-control/&#34;&gt;role-based access controls&lt;/a&gt; (RBAC). You can map LDAP groups to &lt;a href=&#34;https://redis.io/docs/latest/operate/rs/security/access-control/&#34;&gt;Redis Enterprise roles&lt;/a&gt; to control access to your database and the Cluster Manager UI. For more details on how LDAP works with Redis Enterprise, see &lt;a href=&#34;https://redis.io/docs/latest/operate/rs/security/access-control/ldap/&#34;&gt;LDAP authentication&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Store configuration in Kubernetes Secrets</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/configuration-secrets/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/configuration-secrets/</guid>
      <description>&lt;p&gt;You can store Redis Enterprise configuration items in Kubernetes Secrets for automatic updates and secure management. When you update these Secrets, the operator immediately reads the changes and propagates them to the Redis Enterprise Cluster (REC).&lt;/p&gt;&#xA;&lt;h2 id=&#34;license-configuration&#34; class=&#34;group relative&#34;&gt;&#xA;  License configuration&#xA;  &lt;a href=&#34;#license-configuration&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Redis Enterprise clusters require a valid license. You can apply licenses using Kubernetes Secrets (recommended) or embed them directly in the cluster specification.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Integrate HashiCorp Vault with Redis Enterprise for Kubernetes</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/vault/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/vault/</guid>
      <description>&lt;p&gt;You can configure HashiCorp Vault as the centralized secret management system for the Redis Enterprise Kubernetes operator, replacing the default Kubernetes secrets. This integration provides enhanced security, centralized secret management, and advanced features like secret rotation and audit logging.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-secrets-are-managed-by-vault&#34; class=&#34;group relative&#34;&gt;&#xA;  What secrets are managed by Vault?&#xA;  &lt;a href=&#34;#what-secrets-are-managed-by-vault&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;When Vault integration is enabled, all secrets referenced in Redis Enterprise custom resources are retrieved from Vault instead of Kubernetes secrets, including:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Allow automatic resource adjustment</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/allow-resource-adjustment/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/allow-resource-adjustment/</guid>
      <description>&lt;p&gt;Redis Enterprise for Kubernetes 7.22.0-6 introduces the ability to run with automatic resource adjustment disabled, which drops all capabilities from the Redis Enterprise container and sets &lt;code&gt;allowPrivilegeEscalation&lt;/code&gt; to &lt;code&gt;false&lt;/code&gt;. All other security-related settings remain the same as in automatic resource adjustment enabled. Automatic resource adjustment disabled is the default for installations and upgrades of the Redis Enterprise operator for versions 7.22.0-6 and later.&lt;/p&gt;&#xA;&lt;h2 id=&#34;default-behavior&#34; class=&#34;group relative&#34;&gt;&#xA;  Default behavior&#xA;  &lt;a href=&#34;#default-behavior&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Automatic resource adjustment is disabled by default for installations and upgrades of the Redis Enterprise operator for versions 7.22.0-6 and later. This default behavior is in effect if REC spec has &lt;code&gt;allowAutoAdjustment&lt;/code&gt; set to &lt;code&gt;false&lt;/code&gt; or removed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enable internode encryption</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/internode-encryption/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/security/internode-encryption/</guid>
      <description>&lt;p&gt;Internode encryption provides added security by encrypting communication between nodes in your Redis Enterprise cluster (REC).&lt;/p&gt;&#xA;&lt;h2 id=&#34;enable-internode-encryption&#34; class=&#34;group relative&#34;&gt;&#xA;  Enable internode encryption&#xA;  &lt;a href=&#34;#enable-internode-encryption&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Enable internode encryption in the &lt;code&gt;spec&lt;/code&gt; section of your REC custom resource file.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
