Re: [Geoserver-users] AUTHKEY as variable in SQL session

2022-02-28 Thread Andrea Aime
GSUSER is the only variable available. Code changes in the authkey module would be needed in order to make the key available. Andrea On Tue, Feb 22, 2022 at 4:55 AM Michael Steigemann via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > Hello Geoserver users! > > I am using > ht

[Geoserver-users] AUTHKEY as variable in SQL session

2022-02-21 Thread Michael Steigemann via Geoserver-users
Hello Geoserver users! I am using https://docs.geoserver.org/stable/en/user/data/database/sqlsession.html to control authorization at the database level. Is there only the GSUSER variable available? I would like to retrieve the authkey used by GSUSER in the database session. Thanks for your short