How to explicitly specify the password for the account admin?


Jim Lin <jimlintw922@...>
 

Hi all

Every time I re-deploy cloud foundry after updating cf-deployment-manifest.yml, the password of the account admin will be reset to the default value, i.e., "admin".

Can I explicitly specify the password for the account admin in the manifest file? What is the property key?

Thanks all.

Sincerely,
Jim


Simon Johansson <simon@...>
 

We have this in our stub.

properties.uaa.scim.users:
- "admin|DESIRED_PASSWORD|scim.write,scim.read.......

Works well.

On Mon, Oct 19, 2015 at 9:52 AM, Jim Lin <jimlintw922(a)gmail.com> wrote:
Hi all

Every time I re-deploy cloud foundry after updating cf-deployment-manifest.yml, the password of the account admin will be reset to the default value, i.e., "admin".

Can I explicitly specify the password for the account admin in the manifest file? What is the property key?

Thanks all.

Sincerely,
Jim


Jim Lin <jimlintw922@...>
 

It works!. Thanks!