Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions bosh/opsfiles/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
name: autoscaler-password
type: password

# zap-scan user
- type: replace
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/scim/users/-
value:
name: zap-scan-user
password: ((zap-scan-password))
groups: [openid, cloud_controller.admin_read_only, scim.read, scim.write, uaa.user, pages.user, pages.support]
- type: replace
path: /variables/-
value:
name: zap-scan-password
type: password

# Sandbox Bot user
# Note: this user is used by the acceptance tests, the sandbox-bot client is used inside the app and doesn't need the higher level of permissions
- type: replace
Expand Down