From: Kyr Shatskyy Date: Wed, 4 Mar 2026 22:57:31 +0000 (+0100) Subject: qa/tasks/barbican: add kek for simple_crypto_plugin X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f02a9ba1d53b4f11769a1ec4d534ebeda126d70a;p=ceph.git qa/tasks/barbican: add kek for simple_crypto_plugin Since 2025.1 it is mandatory to provide kek in barbican config file for crypto plugin even if it is enabled by default or not. Signed-off-by: Kyr Shatskyy --- diff --git a/qa/tasks/barbican.py b/qa/tasks/barbican.py index c32277c3c09..bcb97873e6c 100644 --- a/qa/tasks/barbican.py +++ b/qa/tasks/barbican.py @@ -173,7 +173,9 @@ def create_barbican_conf(ctx, cclient): run_in_barbican_dir(ctx, cclient, ['bash', '-c', - 'echo -n -e "[DEFAULT]\nhost_href=' + barbican_url + '\n" ' + \ + 'echo -n -e "[DEFAULT]\nhost_href = ' + barbican_url + \ + '\n[simple_crypto_plugin]\n' + \ + 'kek = UGxlYXNlIG1ha2UgYmFyYmljYW4gZ3JlYXQgYWdhaW4=\n" ' + \ '>barbican.conf']) log.info("run barbican db upgrade")