Skip to content

Commit

Permalink
Merge pull request #8826 from RusJaI/master
Browse files Browse the repository at this point in the history
Add note about the case insensitivity of publisher access control roles
  • Loading branch information
RusJaI authored Nov 18, 2024
2 parents 9bbac5d + 2f33846 commit 64f7a64
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>
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 64f7a64

Please sign in to comment.