From 5dbbb8681b50806c71151f90dbe70ef899930cb3 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 3 Jun 2025 11:26:04 -0400 Subject: [PATCH] common: remove dead option Signed-off-by: Patrick Donnelly --- src/common/options/global.yaml.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 31198d183dc..a5b9f368dc9 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -2180,16 +2180,6 @@ options: with_legacy: false flags: - runtime -- name: auth_cipher_allow - type: str - level: advanced - desc: cipher types that are allowed to be used for authentication - fmt_desc: This list of cipher types determines which ciphers are - allowed to be used for the clients and services to establish - a connection to the cluster via the cephx autentication protocol. - Valid options are ``aes` or ``aes256k``. - default: aes, aes256k - with_legacy: true # what clients require of daemons - name: auth_client_required type: str -- 2.39.5