-
Notifications
You must be signed in to change notification settings - Fork 3
al support cloud storage #290
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
Conversation
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.
license-eye has checked 669 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 187 | 1 | 481 | 0 |
Click to see the invalid file list
- internal/cli/serverless/auditlog/ui.go
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
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.
Pull Request Overview
This PR adds cloud storage support for TiDB Cloud Serverless clusters, enabling audit log storage and backup functionality across multiple cloud providers including S3, GCS, Azure Blob, and Alibaba Cloud OSS.
- Introduces cloud storage models and authentication types for S3, GCS, Azure Blob, and OSS
- Extends audit log configuration to support cloud storage options with rotation settings
- Updates cluster models to remove deprecated usage tracking and refactor high availability types
- Adds support for Alibaba Cloud (Alicloud) private endpoints
Reviewed Changes
Copilot reviewed 86 out of 86 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Various model files | New cloud storage models for S3, GCS, Azure Blob, and OSS with authentication types |
| model_v1beta1_cluster_audit_log_config.go | Extended audit log config with cloud storage and rotation settings |
| model_tidb_cloud_open_apiserverlessv1beta1_cluster.go | Removed usage field and updated high availability type references |
| model_endpoints_private.go | Added Alicloud private endpoint support |
| Various auditlog files | Updated API naming from "Serverless" to "Starter and Essential" |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
New feature
ticloud serverless audit-log config updatecommand.Break change
ticloud serverless audit-log configis replaced byticloud serverless audit-log config update.ticloud serverless audit-log describeis replaced byticloud serverless audit-log config describe