From 6eaa106950160ea550eab8fd00173a87c128cf8b Mon Sep 17 00:00:00 2001 From: Derek Duncan Date: Mon, 27 Feb 2023 10:48:06 +1100 Subject: [PATCH] Change warning location in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c42d9..f7136f0 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Implementations of certain hooks are inspired by other open source projects The HTTP hook is a simple HTTP hook that uses two hooks to authorize the client to connect to the broker and authorizes topic level ACLs. It works by checking the response code of each endpoint. If an endpoint returns back a non `200` response a `false` is returned to the mochi hook -> :warning: this is currently experimental and should not be used in production ##### GCP Secret Manager +> :warning: this is currently experimental and should not be used in production The GCP Secret Manager hook should be utilized as a super admin hook. Secrets stored in Secret Manager will be loaded into memory and compared. If the connecting client matches what is stored in Secret Manager, this user will be a `super user` and will have access to all ACLs.