Skip to content

Commit

Permalink
NOISSUE - Change Users to Client Entity (absmach#1725)
Browse files Browse the repository at this point in the history
* MF-1678 - Fetching users returns an invalid status code response (absmach#1679)
* fix: get /users authorize err code
* add: test case for forbidden request in GET /users
* update: api docs of GET /users
* add: test case for forbidden request in GET /users
* NOSSUE - Add Seperate Client Service (absmach#1715)
* initial commit
* move clients to jackc/pgx/v5/pgconn
* add clients prefix to all clients URLs
* fix makepolicy handler
* add clients prefix on proxy
* initial commit
* remove unused functions
* NOSSUE - Add Seperate Client Service (absmach#1715)
* initial commit
* move clients to jackc/pgx/v5/pgconn
* add clients prefix to all clients URLs
* fix makepolicy handler
* add clients prefix on proxy
* add roles
* fix add policy for clients
* fix tests
* initial commit
* remove unused functions
* add roles
* fix add policy for clients
* fix tests
* remove keys db volume
* add emailer config
* remove ackc/pgx/v5/stdlib
* rename clients to users
* change users env var
* rename clients to users
* Bump github.com/pion/dtls/v2 from 2.1.5 to 2.2.4 (absmach#1722)
* NOSSUE - Add Seperate Client Service (absmach#1715)
* initial commit
* move clients to jackc/pgx/v5/pgconn
* add clients prefix to all clients URLs
* fix makepolicy handler
* add clients prefix on proxy
* NOSSUE - Add Seperate Client Service (absmach#1715)
* initial commit
* move clients to jackc/pgx/v5/pgconn
* add clients prefix to all clients URLs
* fix makepolicy handler
* add clients prefix on proxy
* initial commit
* add emailer config
* rename clients to users
* cleanup after reabse
* remove clients by replacing with users

Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
  • Loading branch information
dborovcanin authored and rodneyosodo committed Feb 22, 2023
1 parent 5d078ed commit bb503db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/users/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func main() {

tp, err := initJaeger(svcName, cfg.JaegerURL)
if err != nil {
logger.Fatal(fmt.Sprintf("failed to init Jaeger: %s", err))()
logger.Error(fmt.Sprintf("Failed to init Jaeger: %s", err))
}
defer func() {
if err := tp.Shutdown(context.Background()); err != nil {
Expand Down

0 comments on commit bb503db

Please sign in to comment.