Skip to content

Commit

Permalink
Fix spacing in said doc table...
Browse files Browse the repository at this point in the history
  • Loading branch information
WodansSon committed Apr 15, 2023
1 parent a1ab2a3 commit 5b761d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/search_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ The values of the `local_authentication_disabled` and `authentication_failure_mo

| Field Name | Value | API Access Control Mode |
|------------------------------------------------------------------|:---------------------------------------------------------:|------------------------------------------|
| `local_authentication_disabled`<br>`authentication_failure_mode` | `false`<br>`<not defined>` | `API key` (`Default`) |
| `local_authentication_disabled`<br>`authentication_failure_mode` | `false`<br>`<not defined>` | `API key` (`Default`) |
| `local_authentication_disabled`<br>`authentication_failure_mode` | `false`<br>`authentication_failure_mode` as defined above | `Role-based access control and API Key` |
| `local_authentication_disabled`<br>`authentication_failure_mode` | `true`<br>`<not defined>` | `Role-based access control` |
| `local_authentication_disabled`<br>`authentication_failure_mode` | `true`<br>`<not defined>` | `Role-based access control` |

-> **NOTE:** When the Search Service is in `Role-based access contol` (e.g. `local_authentication_disabled` is `true`) the `authentication_failure_mode` field *cannot* be defined.

Expand Down

0 comments on commit 5b761d5

Please sign in to comment.