Hi Robert, Community, Description : The APIs auto register only on a completely fresh new database.
Thank you for the quick response on this issue. I suspect the issue you see is due to permissions not updated. After you > add a new API endpoint to a micro service you need to call the assign > application endpoint of provisioner so that the auth-system is made aware > of the new endpoint. Your rest controller endpoints must be annotated with > @Permittable with the proper parameters. The end points we have created are already annotated with @Permittable, however we tried changing the group name to test whether the new group name will force the permission creation, but it doesn't. And yes, every time we deploy a new end point, we call the provisioner Assign api , which runs migration scripts, but doesn't add new permissions. What can we be missing out on? Perhaps there is a need for one more API in the initial API collection which does permission creation, as we could see APIs in identity service for creating permissions. Also we found a gradle task for publishApiToMavenLocal, but running the task did not change anything. With best regards, Avik. -- Disclaimer: Privileged & confidential information is contained in this message (including all attachments). If you are not an intended recipient of this message, please destroy this message immediately and kindly notify the sender by reply e-mail. Any unauthorised use or dissemination of this message in any manner whatsoever, in whole or in part, is strictly prohibited. This e-mail, including all attachments hereto, (i) is for discussion purposes only and shall not be deemed or construed to be a professional opinion unless expressly stated otherwise, and (ii) is not intended, written or sent to be used, and cannot and shall not be used, for any unlawful purpose. This communication, including any attachments, may not be free of viruses, interceptions or interference, and may not be compatible with your systems. You should carry out your own virus checks before opening any attachment to this e-mail. The sender of this e-mail and *Fynarfin Tech Private Limited* shall not be liable for any damage that you may sustain as a result of viruses, incompleteness of this message, a delay in receipt of this message or computer problems experienced.
