I have installed WSO2 Governance Registry 5.1 and it is the very first time I am using it. I noticed that the Management Console shows me a message that states:
From version 5.1.0 onwards, performing governance operations are deprecated from the management console. Please use the publisher app(https://localhost:9443/publisher) instead
When going to the Publisher link I can create for example a new WSDL, a new SOAPService or a new Enterprise Application.
But I cannot create a new Endpoint or a new Service as I can in the Management Console.
Also, I am not able to add more intricate relationships with Publisher as I can with Management. For example, in Management I can create a relationship of type "collaboratesWith". The management page gives me a free text to do that.
I can't create a "UsedBy" relationship in Publisher as well..
So, the question is: Is the Publisher Web Page still WIP and not all features are still there?
Thanks!
Yes, From WSO2 G-Reg 5.0.0 onward we have introduced the new Governance Center(GC) Hence we have moved all the governance related operations to GC.
Yes you can not create Endpoints manually from GC(publisher in this case) out of the box, To enable that follow below steps.
Find below files
/GREG_HOME/repository/deployment/server/jaggeryapps/publisher/extensions/app/greg_publisher/app.js:
and
/GREG_HOME/repository/deployment/server/jaggeryapps/store/extensions/app/greg_store/app.js:
Remove 'endpoint'
from disabledAssets
list. Now restart G-Reg.