You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@isc-shuliu Hmm if we go down this route we are basically exposing stuff that a customer can do with a cpf merge file. I wonder if it would be better to instead just add IPM support for cpf merge files instead of re-implementing wrappers for the various Config.* and Security.* classes?
It may be a bit tricky though since the iris merge command needs to be run from the OS and I'm not sure if $zf(-100) can run it: https://docs.intersystems.com/iris20242/csp/docbook/DocBook.UI.Page.cls?KEY=ACMF#ACMF_reconfig
cc @isc-tleavitt
I found myself here as I was going to submit a request that is similar to this, My specific request is that I want to be able to define in a Module definition the name of Security Resources that should be installed. I know I can do this with a custom
but it seems like many of us would want to be able to add with the installation of a module
See #562 (comment) and #572 (comment)
Shall we add a new resource
<Role>
in module.xml?According to the online doc, it can look like
Thoughts: Maybe change
Resources
toRoleResources
to be distinguished from IPM Resources in module.xmlThe text was updated successfully, but these errors were encountered: