-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: add new rotate webhook secret api #1059
Conversation
resolve( | ||
new RotateWebhookSecret.Success({ | ||
secret: resp.getSecretString(), | ||
webhookName: id.webhookName, |
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.
the protos don't include this, but I think it might be useful to include in the response. If we want to keep these 1:1 with the protos, I can remove it here.
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.
nah i'm on board
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.
resolve( | ||
new RotateWebhookSecret.Success({ | ||
secret: resp.getSecretString(), | ||
webhookName: id.webhookName, |
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.
nah i'm on board
No description provided.