Fix plugin configuration path#1304
Conversation
42cae27 to
d4c9b84
Compare
|
Thank you for the contribution @smortex! The change looks good to me. |
peternied
left a comment
There was a problem hiding this comment.
Thanks for the contribution, we are really close to merging this pull request. It looks like the continuous integrations checks are failing for this change, please take a look.
public/apps/configuration/panels/auth-view/instruction-view.tsx
Outdated
Show resolved
Hide resolved
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 <romain@blogreen.org>
d4c9b84 to
f07385e
Compare
|
I amended the commit with the needed change and force pushed to update the PR. CI still needs to be approved, thanks! |
Thanks for the recommit, and I just re-run the CI. |
Codecov Report
@@ Coverage Diff @@
## main #1304 +/- ##
=======================================
Coverage 71.78% 71.78%
=======================================
Files 88 88
Lines 2027 2027
Branches 274 274
=======================================
Hits 1455 1455
Misses 509 509
Partials 63 63
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
stephen-crawford
left a comment
There was a problem hiding this comment.
Looks good to me!
|
@peternied Can you resolve your requested change? I get a |
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 <romain@blogreen.org> Co-authored-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> (cherry picked from commit 82c27c7)
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 <romain@blogreen.org> Co-authored-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> (cherry picked from commit 82c27c7) Co-authored-by: Romain Tartière <romain@blogreen.org> Co-authored-by: Craig Perkins <cwperx@amazon.com>
The dashboard has references to an old path that does not exist anymore:
plugins/opensearch-security/securityconfig/config.yml. It wasreplaced by
config/opensearch-security/config.ymlin this commit:opensearch-project/security@b44d7ea
Fix the last occurences of
plugins/opensearch-security/securityconfig.