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
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