UAA release manifest changes - Action required


Madhura Bhave
 

Hi Everyone,

We have made changes to the way *uaa.scim.users* and *uaa.scim.groups* can
be specified in the deployment manifest.

The *previous* format for uaa.scim.users was:

- marissa|koala|marissa(a)test.org|Marissa|Bloggs|scim.write,scim.read,openid

The *new* format is:
```
- name: marissa
password: koala
email: marissa(a)test.org
firstName: Marissa
lastName: Bloggs
groups:
- scim.write
- scim.read
- openid
```

The *previous* format for uaa.scim.groups was:

group1,group2,group3

The *new* format is:

group1: 'My test group description'
group2: 'My other test group description'
group3: 'My next group description'

Going forward, the *old* format will *not be supported. Please update your
stubs with the new format.*

Thanks,
Madhura
CF UAA Team


Tom Sherrod <tom.sherrod@...>
 

At what version does this change occur?

On Fri, Aug 19, 2016 at 4:41 PM, Madhura Bhave <mbhave(a)pivotal.io> wrote:

Hi Everyone,

We have made changes to the way *uaa.scim.users* and *uaa.scim.groups* can
be specified in the deployment manifest.

The *previous* format for uaa.scim.users was:

- marissa|koala|marissa(a)test.org|Marissa|Bloggs|scim.write,sci
m.read,openid

The *new* format is:
```
- name: marissa
password: koala
email: marissa(a)test.org
firstName: Marissa
lastName: Bloggs
groups:
- scim.write
- scim.read
- openid
```

The *previous* format for uaa.scim.groups was:

group1,group2,group3

The *new* format is:

group1: 'My test group description'
group2: 'My other test group description'
group3: 'My next group description'

Going forward, the *old* format will *not be supported. Please update
your stubs with the new format.*

Thanks,
Madhura
CF UAA Team


Filip Hanik
 

We're planning on the next cf-release bump. At this time, both formats are
supported, to allows the change to happen.

On Sat, Aug 20, 2016 at 4:05 AM, Tom Sherrod <tom.sherrod(a)gmail.com> wrote:

At what version does this change occur?

On Fri, Aug 19, 2016 at 4:41 PM, Madhura Bhave <mbhave(a)pivotal.io> wrote:

Hi Everyone,

We have made changes to the way *uaa.scim.users* and *uaa.scim.groups* can
be specified in the deployment manifest.

The *previous* format for uaa.scim.users was:

- marissa|koala|marissa(a)test.org|Marissa|Bloggs|scim.write,sci
m.read,openid

The *new* format is:
```
- name: marissa
password: koala
email: marissa(a)test.org
firstName: Marissa
lastName: Bloggs
groups:
- scim.write
- scim.read
- openid
```

The *previous* format for uaa.scim.groups was:

group1,group2,group3

The *new* format is:

group1: 'My test group description'
group2: 'My other test group description'
group3: 'My next group description'

Going forward, the *old* format will *not be supported. Please update
your stubs with the new format.*

Thanks,
Madhura
CF UAA Team