[Bug 278325] www/oauth2-proxy enhancement: rc-script instancing of multiple oauth2-proxies on the same system

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 May 2024 09:43:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278325

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=7f80d7465ec9d85666472f99df16ba71b1e8c9d5

commit 7f80d7465ec9d85666472f99df16ba71b1e8c9d5
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-05-08 09:34:27 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-05-08 09:42:19 +0000

    www/oauth2-proxy: convert rc script to be instance-aware

    Like the tomcat ports or openhab, make the rc script instance aware.
    To use it:
     - cp /usr/local/etc/oauth2-proxy.cfg.sample
/usr/local/etc/oauth2-proxy-myapp.cfg
     - vi /usr/local/etc/oauth2-proxy-myapp.cfg
     - ln -s oauth2_proxy /usr/local/etc/rc.d/oauth2_proxy_myapp
     - sysctl oauth2_proxy_myapp_enable=YES
     - service oauth2_proxy_myapp start

    Approved by:    maintainer timeout (3 weeks)
    PR:             278325

 UPDATING                                           | 15 +++++++
 www/oauth2-proxy/Makefile                          |  4 +-
 .../files/{oauth2-proxy.in => oauth2_proxy.in}     | 50 ++++++++++++++--------
 3 files changed, 49 insertions(+), 20 deletions(-)

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