From fb6bce32ec475f395242ab9d017a8ee21c9b1462 Mon Sep 17 00:00:00 2001 From: Alexis Ben Miloud--Josselin Date: Thu, 6 Jul 2023 14:33:39 +0200 Subject: [PATCH] =?UTF-8?q?HowtoCeph:=20Retrouver=20acc=C3=A8s=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCeph.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoCeph.md b/HowtoCeph.md index b7584928..c14becfb 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -907,6 +907,14 @@ Pour vérifier si le quota est bien défini : […] ~~~ +### Retrouver les accès API d’un utilisateur + +~~~ +# radosgw-admin user info --uid=steerfox | grep -E '(access|secret)_key' + "access_key": "", + "secret_key": "" +~~~ + ## Clients ### MinIO Client