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

[public-api] Fix Stripe Webhook Secret mount path #12462

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

easyCZ
Copy link
Member

@easyCZ easyCZ commented Aug 29, 2022

Description

The current implementation would mount the secret under /stripe-secret/stripe-webhook-secret but would set the config path to secrets/stripe-secret. This fixes that issue by fixing the path.

Related Issue(s)

Fixes #

How to test

Release Notes

NONE

Documentation

Werft options:

  • /werft with-preview

@easyCZ easyCZ requested a review from a team August 29, 2022 09:33
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label Aug 29, 2022
@easyCZ easyCZ force-pushed the mp/papi-stripe-secret-fix branch from b4fb538 to a2b4a38 Compare August 29, 2022 09:36
@roboquat roboquat added size/S and removed size/XS labels Aug 29, 2022
@@ -16,7 +16,3 @@ type Configuration struct {

Server *baseserver.Configuration `json:"server,omitempty"`
}

type StripeSecret struct {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this as we'll not be needing the struct for the secret

Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@roboquat roboquat merged commit c831351 into main Aug 29, 2022
@roboquat roboquat deleted the mp/papi-stripe-secret-fix branch August 29, 2022 10:01
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production release-note-none size/S team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants