I am managing a gerrit server, and because of a security concern I want to block rest api access via http credentials.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/d0572aed-e7f1-4ad7-8825-ab4f0c5142c5n%40googlegroups.com.
The security concern is that users are able to use REST API via only http credentials, there is no MFA or some other security layer enabled.
Previously, our Gerrit was on a private network, so this didn't mean much. But now we are going to make it public.
We have some untracked users on gerrit, who have left the org but can possibly send http requests via REST API using HTTP Credentials.
And we either need to filter these requests, OR use some other way of authentication so that REST API can be used with a more secure way and not just HTTP credential.
Kind Regards.--On Thursday, June 1, 2023 at 9:21:48 AM UTC+2 Edwin Kempin wrote:On Thu, Jun 1, 2023 at 9:17 AM Lord Raheem <wmar...@gmail.com> wrote:I am managing a gerrit server, and because of a security concern I want to block rest api access via http credentials.What's the security concern?AFAIK it's not possible to disallow users using the REST API directly, while not breaking the Gerrit web UI for them at the same time.--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/d0572aed-e7f1-4ad7-8825-ab4f0c5142c5n%40googlegroups.com.
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/0d2073bd-081b-49e4-83db-6615c218682bn%40googlegroups.com.
On 2 Jun 2023, at 07:51, Lord Raheem <wmar...@gmail.com> wrote:The security concern is that users are able to use REST API via only http credentials, there is no MFA or some other security layer enabled.
Previously, our Gerrit was on a private network, so this didn't mean much. But now we are going to make it public.
We have some untracked users on gerrit, who have left the org but can possibly send http requests via REST API using HTTP Credentials.
And we either need to filter these requests, OR use some other way of authentication so that REST API can be used with a more secure way and not just HTTP credential.
Kind Regards.On Thursday, June 1, 2023 at 9:21:48 AM UTC+2 Edwin Kempin wrote:On Thu, Jun 1, 2023 at 9:17 AM Lord Raheem <wmar...@gmail.com> wrote:I am managing a gerrit server, and because of a security concern I want to block rest api access via http credentials.What's the security concern?AFAIK it's not possible to disallow users using the REST API directly, while not breaking the Gerrit web UI for them at the same time.--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/d0572aed-e7f1-4ad7-8825-ab4f0c5142c5n%40googlegroups.com.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/0d2073bd-081b-49e4-83db-6615c218682bn%40googlegroups.com.
On 2 Jun 2023, at 10:09, Lord Raheem <wmar...@gmail.com> wrote:Yeah, that souns like a solution.
Can you please let me know what you mean by "you would need a different URL to access the Git/HTTP protocol."
For example my Gerrit is hosted at gerrit.example.com
And I will block URLS: gerrit.example.com/a/*
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/20badd79-1d93-48eb-ae82-469ac9cbcf1cn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/5c4f0b01-0e82-44a0-811a-c4bcd6045c1dn%40googlegroups.com.