Earlier quoted context omitted.
Hmm, looks like GitHub pages are a paid feature? One of our private repos hosts our (public) website. Even with the price cut, the Team plan is still almost $100/month more expensive than the grandfathered in legacy plan we currently have that includes GitHub pages.
Github pages are free for public repos, aren't they? Perhaps switching to a public repo is an option.
GitHub is now free for teams
211–220 of 664 posts
Re: GitHub is now free for teams
#212Earlier quoted context omitted.
You said "OAuth only does authz and must be combined with other technologies to get authn"; obviously, that's not true, in the sense that you can simply use OIDC --- a dialect of OAuth --- to get both. Since OIDC is better than SAML, which is probably the scariest security standard on the Internet, I think it's worth being clear to people that OIDC/OAuth is viable. The SAML authz story, for what it's worth, is pretty…
For sure. I never said SAML was any good -- I said I found it to be simpler. :)
Re: GitHub is now free for teams
#213Earlier quoted context omitted.
Hi, I'm Erica, GitHub's COO. Pricing for Pro Accounts has been changed to $4/mo.It includes 2GB of Packages storage, 10 GB of data transfer and email support. You can downgrade your account to the Free tier if you'd like by following these steps: https://help.github.com/en/github/setting-up-and-managing-bi... A full FAQ on pricing is available here: https://help.github.com/en/github/getting-started-with-githu... Hope…
Seems kind of odd as Pro isn't listed on https://github.com/pricing as far as I can see.
Re: GitHub is now free for teams
#214So it will be free until the competition dies, and then it will be expensive? Like... everything MSFT and GOOG have ever done? Great.
When has GOOG made something expensive once the competition died? I guess for that matter... also when has MSFT? I buy they have, but not aware of any examples of the top of my head.
Re: GitHub is now free for teams
#215Earlier quoted context omitted.
I don't work at GitHub, but I believe if you reach out to GitHub Support and sign an NDA they can provide you the SOC-2 report. (Most vendors will do this.)
We reached out and were told we would need to upgrade to the enterprise version. (This was probably 5 months ago before they announced a few startup friendly offerings)
Re: GitHub is now free for teams
#216Hi HN, I'm the CEO of GitHub. Everyone at GitHub is really excited about this announcement, and I'm happy to answer any questions. We've wanted to make this change for the last 18 months, but needed our Enterprise business to be big enough to enable the free use of GitHub by the rest of the world. I'm happy to say that it's grown dramatically in the last year, and so we're able to make GitHub free for teams that don'…
I'd like to share feedback on GitHub Actions. Tried it out, and the learning curve was too much. I want to use stuff I already know -- e.g., write a Dockerfile, and then GH could run it on PR builds. The "workflow" concept didn't land for me, and I hope you consider a more generalized, open-source approach to running arbitrary scripts in response to PRs being opened, merges to master, etc.
Re: GitHub is now free for teams
#217Great to hear that! One last thing that would make Github a better alternative to Gitlab for teams is the self-hosted runners for organizations IMO.
https://help.github.com/en/actions/hosting-your-own-runners/...
Still waiting for it for the last few months. :)
Re: GitHub is now free for teams
#218Hi HN, I'm the CEO of GitHub. Everyone at GitHub is really excited about this announcement, and I'm happy to answer any questions. We've wanted to make this change for the last 18 months, but needed our Enterprise business to be big enough to enable the free use of GitHub by the rest of the world. I'm happy to say that it's grown dramatically in the last year, and so we're able to make GitHub free for teams that don'…
Re: GitHub is now free for teams
#219Earlier quoted context omitted.
> Content moderation at GitHub scale is hard and sometimes mistakes are made. This is completely fair, but lack of transparency makes it significantly more frustrating.
Transparency can give bad actors a way to game and workaround the system.
Re: GitHub is now free for teams
#220Earlier quoted context omitted.
Sounds like SAML needs the same "everyone gets together to make a FOSS implementation that knows about the weird quirks of all the implementations it interacts with" approach that e.g. the Samba project was founded upon.
I agree. There's a million SAML for Java/Python/Node.js/Foo libraries out there, all with a long list of issues and known cases that don't work correctly, security issues etc. but it's the wrong model in my opinion. Instead of directly bolting SAML into your app, I think a FOSS implementation of an independently running service is the way to go. You run the battle tested open source service (locally / in your cloud),…