Skip to content

Commit

Permalink
Enable user management for the Canton sandbox (#12667)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jan 31, 2022
1 parent bb5722c commit d215a01
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion daml-assistant/daml-helper/src/DA/Daml/Helper/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,12 @@ cantonConfig CantonOptions{..} =
(
[ storage
, "admin-api" Aeson..= port cantonAdminApi
, "ledger-api" Aeson..= port cantonLedgerApi
, "ledger-api" Aeson..= Aeson.object
[ "port" Aeson..= cantonLedgerApi
, "user-management-service" Aeson..= Aeson.object [ "enabled" Aeson..= True ]
-- Can be dropped once user mgmt is enabled by default
]

] <>
[ "testing-time" Aeson..= Aeson.object [ "type" Aeson..= ("monotonic-time" :: T.Text) ]
| StaticTime True <- [cantonStaticTime]
Expand Down

0 comments on commit d215a01

Please sign in to comment.