-
Notifications
You must be signed in to change notification settings - Fork 800
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
Add security settings for Helper Script API methods #13922
Conversation
This is an automated check which relies on |
Looks like there's a couple failing tests https://travis-ci.org/Automattic/jetpack/jobs/605787160#L1765
|
- Project: https://[private link] - P2 post about this prototype: https://[private link] - Related Jetpack PR: #13830 - Related Rewind PR: https://github.com/Automattic/jetpack-backups/pull/975 This adds two new API endpoints for calling out to a Jetpack site, to install or delete a Helper Script. It also locks these new API endpoints down to require access through a Rewind API token, ensuring this is not called from any other source. This commit was generated from D34445-code.
54c8c61
to
6be1d61
Compare
Tests now passing. |
|
…13922) * Add endpoints for Jetpack Backup Helper Script methods - Project: https://[private link] - P2 post about this prototype: https://[private link] - Related Jetpack PR: #13830 - Related Rewind PR: Automattic/jetpack-backups#975 This adds two new API endpoints for calling out to a Jetpack site, to install or delete a Helper Script. It also locks these new API endpoints down to require access through a Rewind API token, ensuring this is not called from any other source. This commit was generated from D34445-code. * Make the require_rewind_auth parameter optional
Related to: #13830
This commit was generated from D34445-code.
Changes proposed in this Pull Request:
Is this a new feature or does it add/remove features to an existing part of Jetpack?