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

Ref #570: do not hard code secret in integration test #610

Open
leplatrem opened this issue Mar 29, 2023 · 0 comments
Open

Ref #570: do not hard code secret in integration test #610

leplatrem opened this issue Mar 29, 2023 · 0 comments
Assignees

Comments

@leplatrem
Copy link
Contributor

#570

Replace hard coded secret with something like this:

$ ctms/bin/client_credentials.py -e master@local.host integration-test -o creds.json
$ CLIENT_SECRET=$(jq .secrets creds.json)

And (for example)

$ echo "CTMS_CLIENT_SECRET=$CLIENT_SECRET" >> basket.env
@leplatrem leplatrem self-assigned this Apr 3, 2023
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

1 participant