Skip to content

Conversation

@HappyPaul55
Copy link
Contributor

This pull request introduces an update to the Mailchimp API configuration in the manifest.json file. The main change is the addition of a settingsInjection property to improve how sensitive settings like OAuth credentials are handled.

Configuration improvements for Mailchimp API:

  • Added an empty settingsInjection object to the main Mailchimp API endpoint configuration to support future extensibility.
  • Added a settingsInjection object to the OAuth endpoint configuration, specifying that client_id and client_secret should be injected into the request body for authentication purposes.

@HappyPaul55 HappyPaul55 requested a review from a team as a code owner November 19, 2025 11:10
@HappyPaul55 HappyPaul55 requested review from Copilot and removed request for a team November 19, 2025 11:10
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enhances security for the Mailchimp app by adding settingsInjection configuration to the proxy whitelist, ensuring sensitive OAuth credentials are properly injected into API requests in a controlled manner.

Key Changes:

  • Added settingsInjection configuration to control how sensitive settings are injected into proxy requests
  • Configured OAuth endpoint to inject client_id and client_secret into request body fields
  • Added empty settingsInjection object to main API endpoint for future extensibility

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

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

Successfully merging this pull request may close these issues.

2 participants