You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to run testing based on the guide doc. And I noticed that, the test cli-command for the test of simple signing demo, in the deployment-guide/DCCDeploymentGuide.md is invalid and I would get a complaint:
An error occurred in the signing-service: Tenant doesn't exist.
I did a quick review, and i believe this is due to the fact that, in the signing-service, the route to sign is actually fixed with TEST_TENANT_NAME (src), which is fixed to 'testing' instead of 'test'.
So, I think the simplest quick fix, without modifying other repos, would be using testing instead of test in that cli-command, as
Hi, I'm trying to run testing based on the guide doc. And I noticed that, the test cli-command for the test of simple signing demo, in the deployment-guide/DCCDeploymentGuide.md is invalid and I would get a complaint:
I did a quick review, and i believe this is due to the fact that, in the signing-service, the route to sign is actually fixed with
TEST_TENANT_NAME
(src), which is fixed to'testing'
instead of'test'
.So, I think the simplest quick fix, without modifying other repos, would be using
testing
instead oftest
in that cli-command, asThe text was updated successfully, but these errors were encountered: