-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Mount Stripe API keys into the usage component #10631
Conversation
/werft run 👍 started the job as gitpod-build-af-mount-stripe-secret-into-usage-component.1 |
/werft run with-payment=true 👍 started the job as gitpod-build-af-mount-stripe-secret-into-usage-component.2 |
The component will need to interact with the stripe api so will need API keys.
2ec0cef
to
9c5de61
Compare
/werft run 👍 started the job as gitpod-build-af-mount-stripe-secret-into-usage-component.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, and volume is mounted ✔️
Description
Mount the Stripe API keys into the
usage
component so that they are available to report usage data to the Stripe API.These are the same API keys that are mounted into the
server
component (#10563)Related Issue(s)
Part of #9036
How to test
Manually trigger a werft job for this branch (Notion doc), setting with-payment=true.
In the preview environment for the branch, verify that the usage pod has a
/stripe-secrets
mount containing Stripe API keys.Release Notes