Skip to content

Commit

Permalink
chore: add more configuration to test
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 23, 2024
1 parent c6ef683 commit 099beae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
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__CACHE__MAX_SIZE: 1048576
EMQX_AUTHORIZATION__CACHE__TTL: "1h"
EMQX_AUTHORIZATION__SOURCES__1__TYPE: http
EMQX_AUTHORIZATION__SOURCES__1__METHOD: post
EMQX_AUTHORIZATION__SOURCES__1__URL: "http://soteria:9999/v2/acl"
Expand Down

0 comments on commit 099beae

Please sign in to comment.