Skip to content

Commit

Permalink
feat: add client-id into docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 22, 2024
1 parent 2436e18 commit 44c8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
EMQX_AUTHENTICATION__1__ENABLE: "true"
EMQX_AUTHENTICATION__1__METHOD: "post"
EMQX_AUTHENTICATION__1__URL: "http://soteria:9999/v2/auth"
EMQX_AUTHENTICATION__1__BODY: '{"username" = "$${username}", "password" = "$${password}", "token" = "$${username}"}'
EMQX_AUTHENTICATION__1__BODY: '{"username" = "$${username}", "password" = "$${password}", "token" = "$${username}", "client_id" = "$${clientid}"}'
EMQX_AUTHORIZATION__NO_MATCH: deny
EMQX_AUTHORIZATION__DENY_ACTION: disconnect
EMQX_AUTHORIZATION__SOURCES__1__TYPE: http
Expand Down

0 comments on commit 44c8f5d

Please sign in to comment.