Skip to content

Commit

Permalink
NOSSUE - Add Seperate Client Service (#1715)
Browse files Browse the repository at this point in the history
* initial commit
* move clients to jackc/pgx/v5/pgconn
* add clients prefix to all clients URLs
* fix makepolicy handler
* add clients prefix on proxy

Signed-off-by: b1ackd0t <blackd0t@protonmail.com>
  • Loading branch information
rodneyosodo authored and dborovcanin committed Feb 8, 2023
1 parent d00d13d commit b6dfee6
Show file tree
Hide file tree
Showing 528 changed files with 126,812 additions and 34 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

MF_DOCKER_IMAGE_NAME_PREFIX ?= mainflux
BUILD_DIR = build
SERVICES = users things http coap ws lora influxdb-writer influxdb-reader mongodb-writer \
SERVICES = clients users things http coap ws lora influxdb-writer influxdb-reader mongodb-writer \
mongodb-reader cassandra-writer cassandra-reader postgres-writer postgres-reader timescale-writer timescale-reader cli \
bootstrap opcua auth twins mqtt provision certs smtp-notifier smpp-notifier
DOCKERS = $(addprefix docker_,$(SERVICES))
Expand Down Expand Up @@ -78,6 +78,7 @@ test:

proto:
protoc -I. --go_out=. --go_opt=paths=source_relative pkg/messaging/*.proto
protoc -I. --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative clients/policies/*.proto
protoc -I. --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative *.proto

$(SERVICES):
Expand Down
Loading

0 comments on commit b6dfee6

Please sign in to comment.