Skip to content

Commit

Permalink
Remove unneccesary uaa.login.client_secret property
Browse files Browse the repository at this point in the history
- Similar issue in cf-deployment: cloudfoundry/cf-deployment#85
  • Loading branch information
Ryan Collins committed Jul 9, 2019
1 parent 7ee8982 commit 5cb0cc9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions uaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
keys:
uaa-jwt-key-1:
signingKey: ((uaa_jwt_signing_key.private_key))
login:
client_secret: ((uaa_login_client_secret))
scim:
groups:
bosh.admin: User has admin access on any Director
Expand Down Expand Up @@ -121,11 +119,6 @@
value:
name: uaa_admin_client_secret
type: password
- path: /variables/-
type: replace
value:
name: uaa_login_client_secret
type: password
- path: /variables/-
type: replace
value:
Expand Down

0 comments on commit 5cb0cc9

Please sign in to comment.