You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation idea: Create an @ApplicationScoped bean implementing io.agroal.api.AgroalPoolInterceptor. This will listen for connections coming out and in from the pool.
Then perform a SET SESSION AUTHORIZATION 'user' on the interceptor.
Query operations should be performed by a user that has little privilege on the database.
Admin operations should happen only on authenticated and authorized requests
The text was updated successfully, but these errors were encountered: