Skip to content

Commit

Permalink
Merge pull request #8839 from RusJaI/4.1.0
Browse files Browse the repository at this point in the history
[APIM 4.1.0] Add note about the case insensitivity of publisher access control roles
  • Loading branch information
RusJaI authored Nov 18, 2024
2 parents 0063da2 + f77c40a commit 77e7d7e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ The APIs created in the API Publisher are visible to any user who signs in to th

3. Add the roles that have permission to view or modify this API.

!!! note
Please note that the roles that are added under 'Publisher Access Control' will be case-insensitive. Hence the roles you add here will be saved in lower-case by default.</br></br>
From the update level 4.1.0.64 onwards, to add the case-insensitive role validation for publisher access control, add the following system property in `<APIM_HOME>/bin/api-manager.sh` file : </br>
<code>-DcaseSensitiveRoleValidation=true \</code>



[![Enter role to restrict]({{base_path}}/assets/img/learn/enter-role-to-restrict.png)]({{base_path}}/assets/img/learn/enter-role-to-restrict.png)

4. Save the API.
Expand Down

0 comments on commit 77e7d7e

Please sign in to comment.