Added Early Access note to API Key Policy docs as this is not yet GA.#382
Open
colinmoynes wants to merge 1 commit intomainfrom
Open
Added Early Access note to API Key Policy docs as this is not yet GA.#382colinmoynes wants to merge 1 commit intomainfrom
colinmoynes wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an “Early Access” notice to the API Key Policy documentation so readers understand the feature is not GA yet and have a clear path to request access.
Changes:
- Inserted an Early Access
<Note>callout at the top of the API Key Policy doc. - Added a “Contact Us” link for users who want to try the feature.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| The API key policy allows workspaces to customize the maximum age of API keys across all workspace accounts, by specifying the duration after which keys should be rotated. Frequent API Key rotation ensures that API keys older than the designated age are invalidated for authentication, with the added flexibility to enforce a refresh for keys that exceed the specified duration. | ||
|
|
||
| <Note variant="note" headline="Early Access"> | ||
| API Key Policy feature is in early access; if you would like to try this feature, please [Contact Us](https://cloudsmith.com/company/contact-us). |
There was a problem hiding this comment.
The sentence “API Key Policy feature is in early access” reads ungrammatical/awkward. Consider rephrasing to “The API Key Policy feature is in early access…” or simply “API Key Policy is in early access…”, and (optionally) split the clause into two sentences for readability.
Suggested change
| API Key Policy feature is in early access; if you would like to try this feature, please [Contact Us](https://cloudsmith.com/company/contact-us). | |
| The API Key Policy feature is in early access. If you would like to try this feature, please [Contact Us](https://cloudsmith.com/company/contact-us). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a note to the API Key Policy documentation indicating that the feature is in early access and provides a link for users to contact the team if they want to try it.
api-key-policy.mdx, including a "Contact Us" link for interested users.