i am trying to applying a yaml on the netcentric ac tool.
on local the installhook is working fine but via aem_admin_ui it is not.
why will this difference occur?
on deploying the all package to rde, the netcentric package which are dependencies of ui.apps are not pushed
why does that happen?
on dev instance, the installhook won't work but the startup hook should it is configured to the yaml path similar to the one in local
why the 2 would differ is a blocker for me...any help please!
Solved! Go to Solution.
Views
Replies
Total Likes
The installation hook won't work in the cloud environment. The start up hook should.
The start up hook won't work on local SDK or even RDE as there is no container deployment.
We are only pushing the artifacts via AIO CLI to RDE.
Can you check the below things ?
Reference URL- https://github.com/Netcentric/accesscontroltool/blob/develop/docs/ApplyConfig.md#startup-hook
Thanks,
Rohan Garg
The installation hook won't work in the cloud environment. The start up hook should.
The start up hook won't work on local SDK or even RDE as there is no container deployment.
We are only pushing the artifacts via AIO CLI to RDE.
Can you check the below things ?
Reference URL- https://github.com/Netcentric/accesscontroltool/blob/develop/docs/ApplyConfig.md#startup-hook
Thanks,
Rohan Garg
the issue was due to embed sequence. embedding the ac tool packages first worked.
not sure why the sequence worked on local but not on cloud server.
also, the path was point to yaml file not the folder as shown
Views
Likes
Replies