After installing or updating the app, you can configure the app settings in the Global Configuration screen.
To navigate to the screen:
...
The Configuration page provides the following tabs:
Anchorgviz_330_globalConfig gviz_330_globalConfig
Global configuration
gviz_330_globalConfig | |
gviz_330_globalConfig |
Use the toggle to enable or disable the Global configuration settings.
Parameter | Default | Description | ||
---|---|---|---|---|
Restrict URL access | Off | This option controls if the macros can access or are restricted from accessing specified URLs. The specified URLs in the macro editors must conform to the Confluence WhitelistAllowlist; provided, whitelisting the allowlist is enabled. Confluence allows the administrator to turn on whitelisting allowlist to restrict incoming and outgoing connections to only those connections that are configured in the Whitelist Allowlist settings. If enabled, the URL to Graphviz file or URL to UML file parameters are also restricted to the URLs that are configured in the Whitelist the Allowlist settings for Confluence only. | ||
Allow JavaScript | On | This option controls Javascript usage in the Graphviz for Confluence app. Disable this option to restrict execution of JavaScript within the macros. Available since 3.3.
| ||
Blacklist domains | Off | This option controls whether or not certain domains are blacklisted. By default, this option is disabled for backward compatibility. Available since 3.3. If enabled, and if a request from any of these sites is received, an error message is displayed. However, if users still need to access a blacklisted site, they must contact their administrator to disable this option. Click the link named listed (in the description beneath the option) to view a pre-defined list of the most commonly blacklisted domains in a pop-up window. The following sites are blacklisted, by default:
| ||
Help us improve the product | On | This option allows us to collect some usage data to help us improve our product. To learn more about what is being sent, refer to Analytics Data. |
Anchorgviz_330_templates gviz_330_templates
Templates
gviz_330_templates | |
gviz_330_templates |
This tab lists all the default templates provided by Graphviz Diagrams for Confluence. These templates provide users with a quick start to creating diagrams and the respective macro editors are pre-configured with these templates.
Profiles
Profiles are a set of basic parameters required to access relevant data from a remote location and render the required graphs on Confluence pages.
Use profiles to:
- Allow user authentication as required by some URLs to be hidden from page viewers and editors. Only Confluence administrators have access to this information.
- Enable macro editors to quickly configure the macros by reusing a shared definition for URL access.
- Make lesser changes to page contents when base URLs are relocated as relative addressing is used in profiles.
Macro configured URL (that is not a full URL) is appended to the profile provided URL. This absolute URL then points to the actual location of the content to be rendered.
The page displays a list of profiles available for the macros. You can perform the following actions on this page:
- Click to edit the profile details.
- Click to remove the profile.
To create a new profile, click Add Profile to open a pop-up window as:
The following table provides further details about the profile settings:
Parameter | Description | ||
---|---|---|---|
Profile name | Enter a name for the profile. Profile names given here are populated in the Profile field in the macro editor.
| ||
Profile type | Specify whether this is a URL, GitLab, or GitHub address. The default option for this parameter is URL. | ||
URL | Enter the URL of the remote location to be accessed. It is recommended to provide the base URL here.
| ||
User; Password | Enter the username and password, if required, to access the specified URL.
| ||
Access token | Enter an access token or an API token for the application or service to be connected with.
Each application has its own method of generating tokens. Access tokens or API tokens are a means of user authentication; so, if mentioned, this token is used for authentication instead of using user credentials.
Here are some of the links associated with GitLab and GitHub applications to generate a personal access token:
| ||
URL parameters | Mention any extra parameters (for the query string) that must be appended to the specified URL here. | ||
Request headers | Displays the request headers created as per the given information. Request headers are name or value pairs that are added to the request. For example, GitHub requires the following request headers be specified: Authorization: token $accessToken, Accept:application/vnd.github.v3.raw This field is automatically populated with a comma-separated list of name or value pairs using the provided information. If required, enter additional name or value pairs separated with commas. |
Click Save profile to create the profile.
Additional references
Click any of the following links to learn more about creating profiles:
Child pages (Children Display) page Tutorials - Server/DC