Date
1 - 4 of 4
how to generate the scim ADMIN_PASSWORD key for cf-stub.yml
xiaoshan fang
How to generate a secure password and replace ADMIN_PASSWORD in the scim part of cf_stub.yml?
name: admin password: ADMIN_PASSWORD I took a look at the cf-release scripts, did not find a script for scim. Thanks, |
|
Suren R
You can use spiff or spruce. That will do the job.
On Wednesday, November 16, 2016, xiaoshan fang <xiaoshan.fang(a)siemens.com> wrote: How to generate a secure password and replace ADMIN_PASSWORD in the scim |
|
xiaoshan fang
@Suren R
Thanks for reply. Could you give more details? As described in http://docs.cloudfoundry.org/deploying/aws/cf-stub.html#generate, spiff is used to generate cf-deployment.yml. I still no idea how to use it to generate scim password in cf-stub.yml |
|
Suren R
You should create a yml file where all your secrets go. The generate this
yml from an erb is one of the easiest this to do. Check out spiff or spruce tutorials. On Thursday, November 17, 2016, xiaoshan fang <xiaoshan.fang(a)siemens.com> wrote: @Suren R |
|