All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.cannex.yml Maven / Gradle / Ivy

Go to download

A yaml rule action implementation to inject a soap security section on the light-gateway to access Cannex API in the request transform interceptor.

There is a newer version: 1.1.4
Show newest version
# The username for the CANNEX security. It is in this config file so that we can have different config
# values based on the environments. If we put it into the rule, then we need to update the rule per evn.
username: ${cannex.username:username}
# The password that is used to create password digest for CANNEX API access. The reason we put it into
# this config file instead of pass it from the rule is that the config file support encryption by default.
password: ${cannex.password:password}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy