Skip to content

Commit

Permalink
Merge pull request #1005 from 3scale/fix-inaccurate-desc-role-check-p…
Browse files Browse the repository at this point in the history
…olicy

[THREESCALE-1867] keycloak role check policy : fix inaccurate desc of client field
  • Loading branch information
davidor authored Apr 1, 2019
2 parents dabb6b9 + f92e527 commit e825115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed

- Fixed incorrect description of the `client` attribute in the Keycloak role check policy [PR #1005](https://github.com/3scale/APIcast/pull/1005), [THREESCALE_1867](https://issues.jboss.org/browse/THREESCALE-1867)

## [3.5.0-rc1] - 2019-03-29

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"client": {
"type": "string",
"description": "Client of the role. When this is not defined, this policy uses the 'aud' claim as the client."
"description": "Client of the role."
},
"client_type": {
"description": "How to evaluate 'client'",
Expand Down

0 comments on commit e825115

Please sign in to comment.