Skip to content

Commit f92e527

Browse files
committed
policy/keycloak_role_check: fix inaccurate desc of client field
1 parent dabb6b9 commit f92e527

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- 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)
12+
913
## [3.5.0-rc1] - 2019-03-29
1014

1115
### Changed

gateway/src/apicast/policy/keycloak_role_check/apicast-policy.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"client": {
6363
"type": "string",
64-
"description": "Client of the role. When this is not defined, this policy uses the 'aud' claim as the client."
64+
"description": "Client of the role."
6565
},
6666
"client_type": {
6767
"description": "How to evaluate 'client'",

0 commit comments

Comments
 (0)