Hi Support, I'm creating a build pipeline which should create artifacts to deploy to my staging and production environments. It's failing to restore the client side libraries. The appsettings.secrets.json which has the abp license code included. What else do I need to add to my pipeline to build an Abp project which uses commercial modules?
[23:32:38 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli Checking extensions... [23:32:39 INF] Found 1 projects. [23:32:39 INF] D:\VSTSAgent_work\560\s\src[Redacted].Web [23:32:40 INF] Running Yarn on D:\VSTSAgent_work\560\s\src[Redacted].Web yarn install v1.22.4 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... ##[error]warning "@volo/language-management > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/bootstrap > bootstrap@5.3.3" has unmet peer dependency "@popperjs/core@^2.11.8". warning "@volo/language-management > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/jquery-validation-unobtrusive > @abp/jquery-validation > jquery-validation@1.21.0" has unmet peer dependency "jquery@^1.7 || ^2.0 || ^3.1". [4/4] Building fresh packages...
My aim is to add process documentation to my admin site, I would like the creation of the content to be end user driven. As this page content will be commercially sensitive only authorized users should be able to view the documentation.
I've added the CMS Kit module to my admin site and I've enabled the Pages and Menus features which allows for the content to be created by the end user, however I don't see anyway of making these pages private.
I would like to know if this is already possible and if so how. If it's not already possible, can you give me guidance on the best approach to having pages and menu items that are only viewable by authorized users.
Thanks Chris.