Request: Make private pages available to Teams plan #202856
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Your pricing observation matches the current documentation: GitHub Pages is available from public repositories on Free, and from public or private repositories on Pro, Team, and Enterprise. The important distinction is the access-control feature: private publication requires GitHub Enterprise Cloud. A Team organization can therefore keep the source repository private, but it cannot make the Pages site itself private through GitHub’s native access control. That makes this an entitlement gap rather than a repository-visibility or deployment bug. The practical choices today are:
For the requested Teams feature, I would make it a private project site (not an organization site) with an explicit access mode: repository readers, selected organization teams, or enterprise members. The MVP should include a plan/visibility matrix before enabling Pages, a private subdomain with no public indexing, deployment and access audit events, custom-domain verification rules, and an obvious “site is private” marker. A repository-read permission check at request time would also avoid stale access after a member or team is removed. References: What is GitHub Pages? and Changing the visibility of your GitHub Pages site. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Pages
Body
I was quite surprised to realize that an Enterprise plan is required for private pages. Please make this feature available to organizations on the Teams plan. It is difficult to justify the increased price for Enterprise to get this.
If it helps to motivate this further: GitLab offers this even for the free tier ;)
All reactions