Skip to main content

The most recent patch for this version is 6.2.3.  Learn more  

Installation

The SQL Attribute Connector is downloaded via AWS CLI. If you have not already done so, install AWS CLI according to the instructions hereOpens in a new tab.

You will also need an Access key ID and a Secret access key to use as credentials for AWS CLI. These you will receive separately from Axiomatics.

Download the file

The SQL Attribute Connector is downloaded as a JAR file.

  1. To have access to Axiomatics downloads, you need to configure the AWS CLI account with the aws configure command, as explained hereOpens in a new tab.This step requires the Access key ID and Secret access key, provided to you by Axiomatics.
  2. Copy the download command below and run it in the terminal:

SQL Attribute Connector 6.2.3

aws s3api get-object --bucket axiomatics-customer-artifacts --key  releases/com/axiomatics/attribute-connectors/sql/sql-attribute-connector/6.2.3/sql-attribute-connector-6.2.3.jar sql-attribute-connector-6.2.3.jar

This downloads the SQL Attribute Connector to your computer.

Installing the SQL Attribute Connector

The SQL Attribute Connector can be used by several components developed by Axiomatics. How the SQL Attribute Connector is installed depends on the component that will be using it.

Go to the documentation for the relevant component for information about how to install or update attribute connectors.

  • For Axiomatics Services Manager v. 7.x: Update Attribute ConnectorsOpens in a new tab
  • For Axiomatics Services Manager v. 6.2.x: Refer to the ASM Installation and Configuration Guide (PDF) for the relevant application server (included in the ASM 6.2.x distribution ZIP file).
  • For Access Decision Service: Attribute connectorsOpens in a new tab

Download the vulnerabilities report

You can download a comprehensive vulnerabilities analysis report for SQL Attribute Connector.

After configuring the AWS CLI account, run the following AWS CLI command in the terminal to download the vulnerabilities report from S3:

aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/attribute-connectors/sql/sql-attribute-connector/6.2.3/sql-attribute-connector-6.2.3-cve.html sql-attribute-connector-6.2.3-cve.html