Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 21, 2023
1 parent 493c272 commit dbfb907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

## Introduction

Soteria is responsible for Authentication and Authorization of every request sent to EMQ.
Soteria is responsible for Authentication and Authorization of every request sent to [EMQ](https://github.com/emqx/emqx/).
The following configuration in [HOCON](https://github.com/lightbend/config/blob/master/HOCON.md)
format, configure EMQX to use HTTP Service for Authentication and Authorization.
format, configure EMQ to use HTTP Service for Authentication and Authorization.

```hocon
{
Expand Down Expand Up @@ -60,7 +60,7 @@ format, configure EMQX to use HTTP Service for Authentication and Authorization.
We are using the [Authentication HTTP Service](https://www.emqx.io/docs/en/v5.2/access-control/authn/http.html)
and [Authorization HTTP Service](https://www.emqx.io/docs/en/v5.2/access-control/authn/http.html)
plugins of EMQ for forwarding these requests to Soteria and doing Authentication and Authorization.
EMQX has caching mechanism, but it sends requests almost for each Publish message to Soteria.
EMQ has caching mechanism, but it sends requests almost for each Publish message to Soteria.
PS: On Subscribe we have only one message from client that need authorization and other messages are coming from server.

## Deployment
Expand Down

0 comments on commit dbfb907

Please sign in to comment.