Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid tenant name in the dev doc #43

Closed
jaiyalas opened this issue Jul 9, 2024 · 1 comment
Closed

Invalid tenant name in the dev doc #43

jaiyalas opened this issue Jul 9, 2024 · 1 comment

Comments

@jaiyalas
Copy link

jaiyalas commented Jul 9, 2024

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

curl --location 'http://localhost:4005/instance/testing/credentials/issue' ...
@jchartrand
Copy link
Contributor

Thank you for catching that @jaiyalas ! I've duly updated the doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants