Skip to main content

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

Version: 1.0

CAQ functionality has transitioned to Access Decision Service (ADS) and future updates will be delivered through ADS releases. Read the ADS documentation for details.

Deployment configuration file sample

This is an example of a basic deployment configuration file.

In this deployment file the authorization domain is retrieved from a sample domain ABC Bank, with the essential properties configured, as displayed in Authorization domain file. The logging configuration is retrieved from a logbackAdmin.xml sample file, as displayed in Logback samples.

You can copy this and use as a starting point for custom adaptations according to your specific setup.

deployment.yml

# Basic configuration
domain: <path_to_file>/abcbank.yml
license: <path_to_file>/axiomatics_CAQ.license

# Additional configuration
logging:
config: <path_to_file>/logbackAdmin.xml
level:
root: INFO
com:
axiomatics:
audit: INFO

# Basic authentication
authentication:
type: basic
user:
username: <username>
password: <password>

# For enabling one-way TLS configuration
#server:
# port: 8443
# ssl:
# enabled: true
# key-store: classpath:keystore.p12
# key-store-password: changeit
# key-store-type: PKCS12
# trust-store: classpath:truststore.p12
# trust-store-password: changeit
# trust-store-type: PKCS12
# client-auth: none