-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix plugin configuration path #1304
Fix plugin configuration path #1304
Conversation
42cae27
to
d4c9b84
Compare
Thank you for the contribution @smortex! The change looks good to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> (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 <[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]>
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.yml
in this commit:opensearch-project/security@b44d7ea
Fix the last occurences of
plugins/opensearch-security/securityconfig
.