Hi!
I can't seem to be able to get the authentication working. I tried adding this to the startup command:
java -DLUCKPERMS_REST_AUTH=true -DLUCKPERMS_REST_AUTH_KEYS=<authkey> ..(rest of my startup command line)
I even have them setup as a env variable using the "export" command on my linux server but I keep getting the error:
{
"error": "You are not authorized to access this endpoint."
}