Skip to content
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

cloud: small fix for iam and msp #16182

Merged
merged 3 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,15 @@
- [Billing from AWS or GCP Marketplace](/tidb-cloud/tidb-cloud-billing.md#billing-from-aws-marketplace-or-google-cloud-marketplace)
- [Billing for Changefeed](/tidb-cloud/tidb-cloud-billing-ticdc-rcu.md)
- [Billing for Data Migration](/tidb-cloud/tidb-cloud-billing-dm.md)
- Managed Service Provider
- Managed Service Provider Program
- [Managed Service Provider](/tidb-cloud/managed-service-provider.md)
- [MSP Customer](/tidb-cloud/managed-service-provider-customer.md)
- API
- [API Overview](/tidb-cloud/api-overview.md)
- API Reference
- v1beta1
- [API Key](https://docs.pingcap.com/tidbcloud/api/v1beta1/apikey)
- [Billing](https://docs.pingcap.com/tidbcloud/api/v1beta1/billing)
- [IAM](https://docs.pingcap.com/tidbcloud/api/v1beta1/apikey)
- [MSP](https://docs.pingcap.com/tidbcloud/api/msp/v1beta1)
- [v1beta](https://docs.pingcap.com/tidbcloud/api/v1beta)
- Integrations
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/api-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ To start using TiDB Cloud API, refer to the following resources in TiDB Cloud AP
- [Rate Limiting](https://docs.pingcap.com/tidbcloud/api/v1beta#section/Rate-Limiting)
- API Full References
- v1beta1
- [API Key](https://docs.pingcap.com/tidbcloud/api/v1beta1/apikey)
- [Billing](https://docs.pingcap.com/tidbcloud/api/v1beta1/billing)
- [IAM](https://docs.pingcap.com/tidbcloud/api/v1beta1/apikey)
- [MSP](https://docs.pingcap.com/tidbcloud/api/msp/v1beta1)
- [v1beta](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Project)
- [Changelog](https://docs.pingcap.com/tidbcloud/api/v1beta#section/API-Changelog)
2 changes: 1 addition & 1 deletion tidb-cloud/tidb-cloud-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c

Note: The previous global-level CIDR settings for projects are retired, but all existing regional CIDR in active state remain unaffected. There will be no impact on the network of existing clusters.

For more information, see [Set a CIDR for a region](/tidb-cloud/set-up-vpc-peering-connections.md#prerequisite-set-a-project-cidr).
For more information, see [Set a CIDR for a region](/tidb-cloud/set-up-vpc-peering-connections.md#prerequisite-set-a-cidr-for-a-region).

- TiDB Serverless users now have the capability to disable public endpoints for your clusters.

Expand Down
Loading