ThalesGroup / java-buildpack-luna-sample

Sample application demonstrating the Gemalto Luna Java Security Provider framework for the Java Buildpack
Apache License 2.0
16 stars 11 forks source link

missing spring configuration file #4

Open carlnapoli opened 7 years ago

carlnapoli commented 7 years ago

I can't see to locate the configuration file that has the following entries: ${vcap.services.myhsm.credentials.crypto_service_password}" ${vcap.services.myhsm.credentials.crypto_service_id} Is this file missing? or do is it something that needs to be added individually.

nebhale commented 7 years ago

The ${vcap.*} properties are populated by Spring Boot from VCAP_APPLICATION and VCAP_SERVICES. The crypto_service_password and crypto_service_id are expected parts of the service credential payload](https://github.com/gemalto/luna-sample/commit/be0e21d2a6a63d13895c704557f6ee301b84805b#commitcomment-20937366) for the sample.