Skip to content

Commit f159501

Browse files
opensearch-trigger-bot[bot]smortexcwperks
authored
Fix plugin configuration path (#1304) (#1342)
The dashboard has references to an old path that does not exist anymore: `plugins/opensearch-security/securityconfig/config.yml`. It was replaced by `config/opensearch-security/config.yml` in this commit: opensearch-project/security@b44d7ea Fix the last occurences of `plugins/opensearch-security/securityconfig`. Signed-off-by: Romain Tartière <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> (cherry picked from commit 82c27c7) Co-authored-by: Romain Tartière <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
1 parent 1fb57f6 commit f159501

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

public/apps/configuration/panels/auth-view/instruction-view.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export function InstructionView(props: { config: ClientConfigType }) {
3535
<EuiText textAlign="center" size="xs" color="subdued" className="instruction-text">
3636
In order to use Security plugin, you must decide on authentication <EuiCode>authc</EuiCode>{' '}
3737
and authorization backends <EuiCode>authz</EuiCode>. Use{' '}
38-
<EuiCode>plugins/opensearch-security/securityconfig/config.yml</EuiCode> to define how to
39-
retrieve and verify the user credentials, and how to fetch additional roles from backend
40-
system if needed.
38+
<EuiCode>config/opensearch-security/config.yml</EuiCode> to define how to retrieve and
39+
verify the user credentials, and how to fetch additional roles from backend system if
40+
needed.
4141
</EuiText>
4242

4343
<EuiSpacer />

public/apps/configuration/panels/get-started.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const addBackendStep = {
4141
<>
4242
<EuiText size="s" color="subdued">
4343
Add authentication<EuiCode>(authc)</EuiCode>and authorization<EuiCode>(authz)</EuiCode>
44-
information to<EuiCode>plugins/opensearch-security/securityconfig/config.yml</EuiCode>. The
44+
information to<EuiCode>config/opensearch-security/config.yml</EuiCode>. The
4545
<EuiCode>authc</EuiCode> section contains the backends to check user credentials against.
4646
The <EuiCode>authz</EuiCode>
4747
section contains any backends to fetch backend roles from. The most common example of a

public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ exports[`Get started (landing page) renders when backend configuration is enable
264264
</EuiCode>
265265
information to
266266
<EuiCode>
267-
plugins/opensearch-security/securityconfig/config.yml
267+
config/opensearch-security/config.yml
268268
</EuiCode>
269269
. The
270270
<EuiCode>

0 commit comments

Comments
 (0)