Learn about the Connect certification process.
Scope of certification
- Functionally complete, with no critical bugs
- Stable and secure, with no security vulnerabilities
- Compatible with Connect's deployment requirements
- Fully documented, with a clear installation guide and usage instructions
Certification is not required when creating private Connectors or Connectors for use in your own Projects.
Certification prerequisites
To complete the certification process, you must have the following in your GitHub repository:
- Source code for your Connect applications
- Unit tests and self-contained integration tests
- Installation guide and documentation
- License files
- Creator information and contact details
How to request certification
Use the Connect API
certification
set to true
.Use the Merchant Center
When to request re-certification
If you make any changes to your Connect applications, such as fixing bugs or adding new features, you must re-certify the ConnectorStaged before the changes go live.
To re-certify your ConnectorStaged, follow these steps:
- Push the changes to the application GitHub repository.
- Generate a new Git tag.
- Use the Set Repository update action to reference the new tag.
- Use the Publish update action with
certification
set totrue
.
Requirements for certification
When developing your Connect applications, be aware of the following requirements for certification.
General requirements
Your Connect applications:
- Must follow language-specific configurations to support buildpack. Connect uses it to build container images.
- Must use open-source libraries which Google Cloud Platform supports.
- Must be stateless in nature and not store previous session information in-memory.
- Must have self-contained dependencies, with global dependencies referenced in
package.json
. - Should follow test-driven development principles.
- Should be lightweight and not need excessive memory or CPU-intensive operations. For example, do not use long-running recursive operations.
GitHub repository requirements
The GitHub repository of your Connect applications:
- Must have a specific directory structure.
- Must contain a configured
connect.yaml
file in the root directory. - Must have a Git tag that remains the same during the certification process.
Security requirements
Your Connect applications:
- Must not contain any hardcoded URLs, tokens, credentials, or passwords in the application code and configuration.
- Must not use outdated or insecure dependency libraries.
- Must not use protected third-party trademarks, copyrights, patents, or code.
- Should not include logs or any code/configuration which are not intended for production use.
Handle issues
Functional errors
If your Connect applications have functional errors, the certification process will fail. You must fix these errors and request certification again.
creator
of your ConnectorStaged.Security vulnerabilities
If your Connect applications have security vulnerabilities, the certification process will fail. You must fix these vulnerabilities and request certification again.
Once your Connector passes certification and is listed on the Connect marketplace, you must acknowledge any security vulnerabilities found in your Connect applications within 1 business day.
Based on their severity, you must fix security vulnerabilities in your Connect applications within the following response times.
Severity | Response time |
---|---|
Critical | 15 business days |
High | 30 business days |