From 7bd397aa2e22aeafe2e97fcdb8eeb547f2a1e223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Tue, 30 May 2023 11:00:35 +0200 Subject: [PATCH] Changes auth.enableLoopbackUser parameter description (#16958) * Changes auth.enableLoopbackUser parameter description Signed-off-by: Rafael Rios Saavedra * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Rafael Rios Saavedra * Update README.md Signed-off-by: Rafael Rios Saavedra --------- Signed-off-by: Rafael Rios Saavedra Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/rabbitmq/README.md | 4 ++-- bitnami/rabbitmq/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/rabbitmq/README.md b/bitnami/rabbitmq/README.md index 56642f0fb4..00f3aaa9aa 100644 --- a/bitnami/rabbitmq/README.md +++ b/bitnami/rabbitmq/README.md @@ -94,7 +94,7 @@ The command removes all the Kubernetes components associated with the chart and | `auth.password` | RabbitMQ application password | `""` | | `auth.securePassword` | Whether to set the RabbitMQ password securely. This is incompatible with loading external RabbitMQ definitions and 'true' when not setting the auth.password parameter. | `true` | | `auth.existingPasswordSecret` | Existing secret with RabbitMQ credentials (must contain a value for `rabbitmq-password` key) | `""` | -| `auth.enableLoopbackUser` | Enable Loopback user access? Be advised, that enabling the loopback user is a possible security risk! | `false` | +| `auth.enableLoopbackUser` | If enabled, the user `auth.username` can only connect from localhost | `false` | | `auth.erlangCookie` | Erlang cookie to determine whether different nodes are allowed to communicate with each other | `""` | | `auth.existingErlangSecret` | Existing secret with RabbitMQ Erlang cookie (must contain a value for `rabbitmq-erlang-cookie` key) | `""` | | `auth.tls.enabled` | Enable TLS support on RabbitMQ | `false` | @@ -724,4 +724,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/bitnami/rabbitmq/values.yaml b/bitnami/rabbitmq/values.yaml index b6eecfcbb0..f11531d008 100644 --- a/bitnami/rabbitmq/values.yaml +++ b/bitnami/rabbitmq/values.yaml @@ -142,7 +142,7 @@ auth: ## existingPasswordSecret: name-of-existing-secret ## existingPasswordSecret: "" - ## @param auth.enableLoopbackUser Enable Loopback user access? Be advised, that enabling the loopback user is a possible security risk! + ## @param auth.enableLoopbackUser If enabled, the user `auth.username` can only connect from localhost ## enableLoopbackUser: false ## @param auth.erlangCookie Erlang cookie to determine whether different nodes are allowed to communicate with each other