Skip to content

Commit

Permalink
Change warning location in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Duncan committed Feb 26, 2023
1 parent db1331e commit 6eaa106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6eaa106

Please sign in to comment.