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

VC-API Implementations Secret #31

Open
tsnyder-gs1us opened this issue Oct 21, 2022 · 1 comment
Open

VC-API Implementations Secret #31

tsnyder-gs1us opened this issue Oct 21, 2022 · 1 comment

Comments

@tsnyder-gs1us
Copy link

When running the test suite locally how does a user get access to the client secret for a VC-API Implementation? For example in the Transmute Configuration file there is an environment variable called - CLIENT_SECRET_PLATFORM_TRANSMUTE_INDUSTRIES.
https://github.com/gs1us-technology/vc-api-test-suite-implementations/blob/main/implementations/Transmute.json

We are working on own VC-API Implementation and trying to better understand the process for how the test suite gets access to the defined secret keys?

@mkhraisha
Copy link

You would provide it to the test suite as an env variable, so if your example implementation has CLIENT_SECRET_EXAMPLE if you provide export an env variable with export CLIENT_SECRET_EXAMPLE=yoursecret that should work.

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