-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ONYX-12932 - Rename claim mapping variable #2382
Conversation
app/domain/authentication/authn_jwt/input_validation/parse_mapping_claims.rb
Show resolved
Hide resolved
cucumber/authenticators_jwt/features/authn_jwt_token_schema.feature
Outdated
Show resolved
Hide resolved
cucumber/authenticators_jwt/features/authn_jwt_token_schema.feature
Outdated
Show resolved
Hide resolved
a6b8eb1
to
0cfb87c
Compare
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |||
[cyberark/conjur#2376](https://github.com/cyberark/conjur/pull/2376) | |||
[cyberark/conjur#2377](https://github.com/cyberark/conjur/pull/2377) | |||
|
|||
### Changed | |||
- Changed claims mapping variable name ('mapping-claims' => 'claim-aliases'). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hilagross @shulifink please review this message
@semyon-estrin - This is non merge blocking comment
0cfb87c
to
71ac186
Compare
Code Climate has analyzed commit 71ac186 and detected 1 issue on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 90.8% (0.0% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…iases ONYX-12932: Rename claim mapping variable (#2382) Rename fetch_mapping_claims class name Fix error reporting
What does this PR do?
This change is a result of field CS request. Based on #2330.
Previous variable name:
mapping-claims
New variable name:
claim-aliases
Please note that only user facing interface & automatic tests were changed:
Internal implementation variable names aren't changed yet.
What ticket does this PR close?
Resolves ONYX-12932
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, orAPI Changes