diff --git a/public/apps/configuration/panels/auth-view/instruction-view.tsx b/public/apps/configuration/panels/auth-view/instruction-view.tsx index 6133ac865..c06383e23 100644 --- a/public/apps/configuration/panels/auth-view/instruction-view.tsx +++ b/public/apps/configuration/panels/auth-view/instruction-view.tsx @@ -35,9 +35,9 @@ export function InstructionView(props: { config: ClientConfigType }) { In order to use Security plugin, you must decide on authentication authc{' '} and authorization backends authz. Use{' '} - plugins/opensearch-security/securityconfig/config.yml to define how to - retrieve and verify the user credentials, and how to fetch additional roles from backend - system if needed. + config/opensearch-security/config.yml to define how to retrieve and + verify the user credentials, and how to fetch additional roles from backend system if + needed. diff --git a/public/apps/configuration/panels/get-started.tsx b/public/apps/configuration/panels/get-started.tsx index c892a7413..e00e43372 100644 --- a/public/apps/configuration/panels/get-started.tsx +++ b/public/apps/configuration/panels/get-started.tsx @@ -41,7 +41,7 @@ const addBackendStep = { <> Add authentication(authc)and authorization(authz) - information toplugins/opensearch-security/securityconfig/config.yml. The + information toconfig/opensearch-security/config.yml. The authc section contains the backends to check user credentials against. The authz section contains any backends to fetch backend roles from. The most common example of a diff --git a/public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap b/public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap index 8581923fe..df32d3d4d 100644 --- a/public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap +++ b/public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap @@ -264,7 +264,7 @@ exports[`Get started (landing page) renders when backend configuration is enable information to - plugins/opensearch-security/securityconfig/config.yml + config/opensearch-security/config.yml . The