fulfillr: deploy Stripe payment requests (key + image 20260530.2348)
- add stripe_api_key to fulfillr production.json template - add restricted Stripe key to ansible vault (encrypted) - bump fulfillr image to the CI build containing the Stripe endpoints Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"snipcart_api_key": "{{ snipcart_api_key }}",
|
||||
"easypost_api_key": "{{ easypost_api_key }}",
|
||||
"stripe_api_key": "{{ stripe_api_key }}",
|
||||
"backinstock_table": "{{ fulfillr_backinstock_table }}",
|
||||
"cases_table": "{{ fulfillr_cases_table }}",
|
||||
"aws": {
|
||||
|
||||
Reference in New Issue
Block a user