Parameter Restrictions - 4.x

Description

Some macros support parameter restrictions, offering a means to apply more granular restrictions. The Macro Security Managed Macros page details which macros support parameter restrictions and the parameters that are available.

For instance, the SQL macro supports the following parameter restrictions in addition to the "sql =" use restriction.

  • sql.datasource
  • sql.limit
  • sql.disableAntiXss
  • sql.querytimeout

The SQL macro's documentation explains what each of these parameters accomplishes, but the entry within the Macro Security app configuration screen is similar to what is described on the Use Restrictions  page.

There are some special caveats about parameter restrictions:

  • A parameter restriction only applies when the user tries to change the parameter value to something different than the default.
  • If a parameter restriction is defined for the limit parameter (available on the SQL, SQL File and SQL Query macros), it is only put into effect if the user provides a parameter value that is greater than the Limit Rows Processed setting that an administrator sets in the SQL app's configuration.

Parameters that are "By Value"

Some of the parameter restrictions documented on the Macro Security Managed Macros page are noted as being "(by value)". This allows even more specificity about how the parameter restriction is to be applied.

For the SQL macro, only the datasource parameter is "by value." This means that you can add ".*" to the end of the parameter to have it apply to all names (of datasources, in this example) or you can add entries for one or more specific datasource names.


Parameter RestrictionMeaning
sql.datasource.* = confluence-administrators

Only members of the confluence-administrators group can use the SQL macro with its datasource parameter set to datasources of any name.

sql.datasource.exampledb = confluence-administrators
sql.datasource.hr = hr-managers
Only members of the confluence-administrators group can use the SQL macro with its datasource parameter set to "exampledb" and only members of the hr-managers group can use the SQL macro with its datasource parameter set to "hr."



How Parameter Restrictions Work with Use Restrictions

The Parameter Restrictions are applied "on top" of the use restriction for that macro. In other words, unless the Trusted Spaces approach for macro security is being used, an "edit" page restriction must match (only) whatever userids and/or group names are referenced in both the use restriction condition and the parameter restriction.

The following table provides some examples of correct and incorrect combinations. In these examples, assume that userid "bswift" is not a member of any of the named groups.


App Configuration"edit" Page Restriction(s)
on page using the SQL macro
Result
((tick)=Valid, (error)=Invalid)

  • confluence-administrators
(tick)

  • bob
  • confluence-administrators
(error)
because the user "bob" is not listed in the configuration entry for SQL nor is that user a member of the confluence-administrators group.

  • confluence-administrators
  • confluence-users
(tick)
The 1st edit restriction must be present if the "exampledb" datasource is used. The 2nd edit restriction must be present if the "hr" datasource is used. You could have both of these edit restrictions in place as well.

If page is in the DEMO space:

  • "edit" page restrictions are not necessary.
  • Space-level permissions should ensure only trusted users and groups can edit pages, blog posts and comments in that space, however this is not validated by Macro Security.
(tick)

If page is not in the DEMO space:

confluence-administrators

(tick)

Log a request with our support team.

Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2024 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.