[Bug 275658] net/keycloak: User/group hardcoded to www/www

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 09 Dec 2023 16:31:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275658

            Bug ID: 275658
           Summary: net/keycloak: User/group hardcoded to www/www
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd-bugs@boelz.eu
                CC: freebsd@rheinwolf.de
             Flags: maintainer-feedback?(freebsd@rheinwolf.de)
                CC: freebsd@rheinwolf.de

In the port's Makefile, user and group are hardcoded to www.

    USER=               www
    GROUP=              www

I would suggest, for the reason stated in the Porter's Handbook[^1], changing
it to a dedicated `keycloak` user and group (or, if for some reason user and
group should still default to www, at least using the `WWWOWN` and `WWWGRP`
variables).

[^1]: See the Important box under
https://docs.freebsd.org/en/books/porters-handbook/book/#web-apps.

-- 
You are receiving this mail because:
You are the assignee for the bug.