Date
1 - 2 of 2
Recommended way/place to configure uaa for CF runtime
Tom Sherrod <tom.sherrod@...>
I've deployed cf-release 214.
I now wish to configure uaa to use ldap(AD) for authentication. I find documentation on how uaa works and the uaa.yml. How does the configuring/updating of uaa.yml work in the cf-release deploy work flow? I deployed with remote/download instead of create and upload. Edit directly on the server? Is editing uaa.yml then create release and upload the recommended way? Any additional pointers appreciated. Regarding uaa functionality...any additional information on ldap groups and org permissions. https://groups.google.com/a/cloudfoundry.org/forum/#!topic/vcap-dev/X1OLss4zumQ Thanks, Tom |
|
Madhura Bhave
Hi Tom,
toggle quoted message
Show quoted text
The recommended way to update uaa config in cf-release is to update the manifest file that was used for deploying CF and then doing a bosh deploy again. This will update the uaa.yml with the properties that are configured in the manifest. The properties required for LDAP configuration can be found here: https://github.com/cloudfoundry/cf-release/blob/master/jobs/uaa/spec#L169-L231 . Thanks, Madhura On Thu, Aug 13, 2015 at 4:27 AM, Tom Sherrod <tom.sherrod(a)gmail.com> wrote:
I've deployed cf-release 214. |
|