You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not fully sure if this is a bug or a problem how I approach installing plugins. I tried to install dicovery-gce plugin in a way presented below.
$ bin/opensearch-plugin install discovery-gce
-> Installing discovery-gce
-> Downloading discovery-gce from opensearch
[=================================================] 100%
-> Failed installing discovery-gce
-> Rolling back discovery-gce
-> Rolled back discovery-gce
Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: https://artifacts.opensearch.org/releases/plugins/discovery-gce/1.0.0/discovery-gce-1.0.0.zip.asc
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1927)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1523)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
at java.base/java.net.URL.openStream(URL.java:1167)
at org.opensearch.plugins.InstallPluginCommand.urlOpenStream(InstallPluginCommand.java:482)
at org.opensearch.plugins.InstallPluginCommand.verifySignature(InstallPluginCommand.java:622)
at org.opensearch.plugins.InstallPluginCommand.downloadAndValidate(InstallPluginCommand.java:600)
at org.opensearch.plugins.InstallPluginCommand.download(InstallPluginCommand.java:306)
at org.opensearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:260)
at org.opensearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:237)
at org.opensearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:99)
at org.opensearch.cli.Command.mainWithoutErrorHandling(Command.java:140)
at org.opensearch.cli.MultiCommand.execute(MultiCommand.java:104)
at org.opensearch.cli.Command.mainWithoutErrorHandling(Command.java:140)
at org.opensearch.cli.Command.main(Command.java:103)
at org.opensearch.plugins.PluginCli.main(PluginCli.java:60)
The zip package was fetched correctly. The only problem is that asc file. It is either missing or closed access (HTTP 403).
@prog8 This issue has been fixed in 1.1.0 release hence I am closing this issue. Please feel free to re-open this issue if you have any other questions.
I am not fully sure if this is a bug or a problem how I approach installing plugins. I tried to install
dicovery-gce
plugin in a way presented below.The zip package was fetched correctly. The only problem is that
asc
file. It is either missing or closed access (HTTP 403).If I download the plugin manually with wget:
And then install the plugin it seems to work.
The text was updated successfully, but these errors were encountered: