Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Releases: mulesoft-consulting/mule4-cps-connector

1.0.7

07 Nov 00:22
Compare
Choose a tag to compare

When the test button is used in Studio, the CPS connector should not attempt to pull configurations from the CPS service if the CPS base url is set to "https://". This will allow the Studio to load the project with the global property (default values) instead of attempting to use configurations in the remote service.

For example:
<global-property doc:name="Global Property" name="cps.configServerBaseUrl" value="https://" />
will skip accessing the remote CPS service if the property placeholder cps.configServerBaseUrl is used in the CPS connector's config of the base url.

This fixes most problems with using the "Test Configuration" button in Studio.

1.0.6

30 Apr 20:31
Compare
Choose a tag to compare
fixing logging to display in CloudHub

1.0.5

14 Feb 01:40
Compare
Choose a tag to compare

Add support for PEM formatted decryption key...used for injection of decryption key during deployment

1.0.4

10 Jan 23:42
Compare
Choose a tag to compare

Updated to latest cps encryption library

1.0.3

21 Dec 16:26
Compare
Choose a tag to compare
provide some sample files and update documents

1.0.1

03 Oct 00:25
Compare
Choose a tag to compare

Add ability to include -config.properties in addition to the normal CPS function. *-config.properties values take precedence over any other CPS config values. This allows simple integration with the ApiConfigTool which will update the files with the API Manager autodiscovery values.

1.0.0

02 Oct 15:45
Compare
Choose a tag to compare

First release of CPS connector.