Make Github Pages domain private. #44593
Select Topic AreaProduct Feedback BodyHi team, I was reading the documentation on Changing the visibility of your Github Pages Site: https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site My question is, is there a way to make the deployment link created in Github Pages only visible to a certain group of users. The guide mentions making the repository Private which I understand, and also mentions a private sub-domain, but I'm unclear as to whether this would limit visibility of the deployed link to certain users. Would there be a way, after making the repository Private, to have a domain link that would only be visible to certain users? Thanks! |
Replies: 2 comments 1 reply
|
Hello, Private visibility for GitHub Pages is only available to private repositories. As such and because we only gate Pages access to whoever has read access on the repository, the persons who can see the deployments have access to the site already. |
|
Yes, there is a way to make the deployment link created in GitHub Pages only visible to a certain group of users. Here is a step-by-step process for setting up a private subdomain for your GitHub Pages site and limiting access to specific users using Probot App:
By following these steps, you will be able to set up a private subdomain for your GitHub Pages site and limit access to specific users or teams using Probot App |
Yes, there is a way to make the deployment link created in GitHub Pages only visible to a certain group of users.
One way to do this is to set up a private subdomain for your GitHub Pages site. This would allow you to share the link to the site with a specific group of people while keeping the repository private. Additionally, you can also use GitHub's built-in access control features, such as Collaborators, to limit access to the repository and its pages to specific users or teams. You can also use third party apps such as 'Probot App' that can restrict access to the repository and its pages to specific users or teams.
Here is a step-by-step process for setting up a private subdomain for…