Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Manifest generation tests for AWS don't set scim groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Kumar Gupta committed Nov 12, 2015
1 parent 840375d commit 33d82c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion spec/fixtures/aws/cf-manifest.yml.erb
Expand Up @@ -1101,7 +1101,7 @@ properties:
userids_enabled: true
users:
- admin|ADMIN_PASSWORD|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose
groups: additionalgroup1,additionalgroup2
groups: null
spring_profiles: null
url: https://uaa.DOMAIN
user: null
Expand Down
1 change: 0 additions & 1 deletion spec/fixtures/aws/cf-stub.yml
Expand Up @@ -115,7 +115,6 @@ properties:
scim:
users:
- admin|ADMIN_PASSWORD|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose
groups: additionalgroup1,additionalgroup2
uaadb:
db_scheme: UAADB_SCHEME
roles:
Expand Down

0 comments on commit 33d82c6

Please sign in to comment.