Hi, I am trying to setup authkey according to this Key authentication module — GeoServer 2.28.0 User Manual
I am having and issue after setting the users with this manual because some database fields seem to be missing.
org.apache.wicket.WicketRuntimeException: java.io.IOException: org.postgresql.util.PSQLException: ERROR: relation "user_roles" does not exist Position: 33 at org.geoserver.security.web.user.AbstractUserPage.<init>(AbstractUserPage.java:116)
The only mention of those tables is in this file from geostore geostore/geoserver/role/geostore/postgres/rolesddl.xml at master · geosolutions-it/geostore · GitHub, am I missing something? I might create the tables according to this schema but its seems that this should be at 002_create_schema_postgres.sql or have some detail in the documentation.
Any help welcomed