Hi Team,
adding to the same context I have one similar issue.
I ahve my database configuration in PCF config server that I have hosted on gitlab and I am passing the values in below format:
spring.datasorce.username=abcxyz
spring.datasorce.password={cipher}abv457ndfefewdwo
However I am passing the encrypt key separately
1.) adding in PCF environment variable like ENCRYPT_KEY: abc@12345
2.) I tried adding in .profile when comtainer starts it should initialize . Here is the format I am using
export encrypt.key=abc@12345
In both the cases it is not encrypting the values and say unable to connect to the database.
Please suggest the best and possible way to make it working