Skip to end of banner
Go to start of banner

Security

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The CLI macros have very powerful capabilities especially when configured with shared access profiles. Administrators may want to restrict users ability to use all or some of this capability. It is recommended that Macro Security for Confluence be installed and configured. 

Macro Security Configuration

The CLI Macro and the Include-remote Macro are Macro Security Managed Macros. Once Macro Security for Confluence is installed and enabled, macro access will be restricted based on your configuration. The following are example conflgurations.

Unrestricted Access

cli=*ANY
cli.profile.*=*ANY
cli.product.*=*ANY
cli.directory.*=*ANY
cli.datasource.*=*ANY
 
include-remote=*ANY
include-remote.profile.*=*ANY

Example Restrictions

Example Macro Security Configuration
cli=cli-users
cli.datasource.TestDS=*ANY
cli.datasource.confluenceDS=confluence-administrators
cli.profile.confluence=confluence-administrators
cli.product.*=cli-users
 
include-remote=include-remote-users
include-remote.profile.confluence=confluence-administrators
include-remote.profile.*=*ANY
  • No labels