-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat: Respect Org Policies #7087
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.
cubic analysis
1 issue found across 11 files • Review in cubic
React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai to give feedback, ask questions, or re-run the review.
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Adds extension support for org-level allow anonymous telemetry and allow other orgs settings
Uses
/policyendpoint for now, I think eventually should just use policy returned fromlist-organizationsbut endpoint doesn't currently return that.Summary by cubic
Added support for organization-level policies to control anonymous telemetry and organization access in the extension. The extension now uses the
/policyendpoint to enforce these settings.