-
Notifications
You must be signed in to change notification settings - Fork 9
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
Rahul/oct18/platformfeatures #720
Conversation
Error testing the assertions. Check the logs. |
@rahulagarwal13 Thanks for your PR! I've assigned @robertjdominguez to review it. |
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 33.5%, saving 503.91 KB.
192 images did not require optimisation. |
Deploying v3-docs with Cloudflare Pages
|
This stubs out a clearer template for users: * Each section should be modeled after the `Security and Governance` heading * A single-sentence explanation + a few sentences of detail are provided for users * Availability is moved to an admonition * Alt text is descriptive These combine for a better, more grokkable UX; note the right-hand TOC for a quick refernce.
## Security and Governance | ||
|
||
:::tip Available on | ||
|
||
Security and Governance reports are available on DDN Free plans and up. | ||
|
||
::: | ||
|
||
### Public Endpoint Alert | ||
|
||
Quickly identify any models that are publicly exposed without authentication. | ||
|
||
This feature helps prevent unauthorized access by providing clear notifications of potential vulnerabilities. By | ||
scanning your API endpoint for any publicly accessible models, you’ll be alerted if any part of your system is not | ||
secured, allowing you to take immediate action. | ||
|
||
### Security Issue Resolution | ||
|
||
A step-by-step guide to resolve detected security issues. | ||
|
||
This feature provides actionable insights on how to secure your supergraph, helping you implement necessary changes | ||
without guesswork. Each detected issue is paired with recommended fixes to improve the overall security of your API. | ||
|
||
<Thumbnail | ||
src="/img/get-started/dashboard_security.png" | ||
alt="The Security and Governance report showing that NoAuth mode makes the API publicly accessible" | ||
width="1000" | ||
/> |
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.
@julian-mayorga and @rahulagarwal13 — please note what I did here to make things clearer. You can see more details of the step-by-step we need to replicate for the other subheadings in this commit's description.
@robertjdominguez I updated the PR with the latest changes in platform report. Let me know if you need further changes 🙏 |
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 43.3%, saving 291.65 KB.
198 images did not require optimisation. |
Description 📝
Quick Links 🚀
Assertion Tests 🤖