Skip to main content

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

Version: 1.15

Deployment configuration sample

This is an example of a basic deployment configuration file for ADS, with the essential properties configured. You can copy this and use as a starting point for custom adaptations. In all our examples, this file is named deployment.yaml.

deployment.yaml

## Access Decision Service part of configuration. See Axiomatics documentation
#### Path to license file
license: file:<path_to_file>/axiomatics_PDP.license
#### Path to domain configuration file
domain: file:<path_to_file>/domain.yaml
authentication:
type: Basic
user:
username: ads-user
hashPassword: <sha-256 hash password>
## Dropwizard part of configuration. See https://www.dropwizard.io/en/release-2.0.x/manual/configuration.html
server:
applicationConnectors:
- type: http
port: 8080
adminConnectors:
- type: http
port: 8081
logging:
level: WARN
#loggers:
# "com.axiomatics.audit": INFO
appenders:
- type: console
target: stdout
timeZone: system

identity:
constant: <string>