Skip to content

Commit

Permalink
300172 Add Kato client to AOK config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Sim committed Jun 3, 2015
1 parent 67a3027 commit 6b47c9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/aok.yml
Expand Up @@ -166,6 +166,13 @@ oauth:
authorities: clients.read,clients.write,clients.secret,uaa.admin,scim.read,scim.write,password.write,groups.update
scope: uaa.none
description: 'Admin client to access and manage users, groups and memberships details in the AOK postgresql database (via uaac).'
kato:
id: kato
secret: kato-secret
authorized_grant_types: client_credentials
authorities: doppler.firehose
scope: uaa.none
description: 'Kato client to access the loggregator firehose.'
users:
default_authorities:
- openid
Expand Down

1 comment on commit 6b47c9a

@philwhln
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.