From f4fa384d709c2e61bab2cb8facfdb2c0336cffd9 Mon Sep 17 00:00:00 2001 From: Jeffrey Cline <20408400+WodansSon@users.noreply.github.com> Date: Sat, 15 Apr 2023 02:02:05 -0600 Subject: [PATCH] Center last col in docs... --- website/docs/r/search_service.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/search_service.html.markdown b/website/docs/r/search_service.html.markdown index 61d6c910ca07..de47b1782f9d 100644 --- a/website/docs/r/search_service.html.markdown +++ b/website/docs/r/search_service.html.markdown @@ -121,7 +121,7 @@ An `identity` block exports the following: The values of the `local_authentication_disabled` and `authentication_failure_mode` fields will determin which `API Access Control` mode the Search Service will operate under. To correctly configure your Search Service to your desired `API Access Control` mode please configure your Search Service based on the field values in the below table. | Field Name | Value | API Access Control Mode | -|------------------------------------------------------------------|:---------------------------------------------------------:|------------------------------------------| +|------------------------------------------------------------------|:---------------------------------------------------------:|:----------------------------------------:| | `local_authentication_disabled`
`authentication_failure_mode` | `false`
`` | `API key` (`Default`) | | `local_authentication_disabled`
`authentication_failure_mode` | `false`
`authentication_failure_mode` as defined above | `Role-based access control and API Key` | | `local_authentication_disabled`
`authentication_failure_mode` | `true`
`` | `Role-based access control` |