Skip to content

Commit

Permalink
disable single resource api. (#264)
Browse files Browse the repository at this point in the history
* disable resource api.

Signed-off-by: morvencao <lcao@redhat.com>

* address comments.

Signed-off-by: morvencao <lcao@redhat.com>

---------

Signed-off-by: morvencao <lcao@redhat.com>
  • Loading branch information
morvencao authored Feb 24, 2025
1 parent adb7e90 commit 2369383
Show file tree
Hide file tree
Showing 68 changed files with 1,826 additions and 8,107 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CLIENT_SECRET ?= maestro
ENABLE_JWT ?= true
ENABLE_AUTHZ ?= true
ENABLE_OCM_MOCK ?= false
ENABLE_GRPC_SERVER ?= false
ENABLE_GRPC_SERVER ?= true

# message driver type, mqtt or grpc, default is mqtt.
MESSAGE_DRIVER_TYPE ?= mqtt
Expand Down
Loading

0 comments on commit 2369383

Please sign in to comment.