Skip to content

Invalid tenant name in the dev doc #43

Closed
@jaiyalas

Description

@jaiyalas

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' ...

Activity

jchartrand

jchartrand commented on Jul 9, 2024

@jchartrand
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jaiyalas@jchartrand

        Issue actions

          Invalid tenant name in the dev doc · Issue #43 · digitalcredentials/docs