You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/09/22 22:00:58 UTC

[GitHub] [solr-operator] joshsouza commented on issue #475: Backups via S3 using Web Identity Tokens not working

joshsouza commented on issue #475:
URL: https://github.com/apache/solr-operator/issues/475#issuecomment-1255599619

   As far as I can tell, the `sts` module isn't included in the `s3-repository` contrib module:
   https://repo1.maven.org/maven2/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom
   This lacks:
   ```
   <dependency>
     <groupId>software.amazon.awssdk</groupId>
     <artifactId>sts</artifactId>
     <version>2.15.20</version>
   </dependency>
   ```
   
   So this may be on the Solr repo, not the Solr Operator repo to fix, but definitely related.
   I'm only so-so at loading java stuff in, so I'm not sure if this can be bundled up separately and added in, or if we need to have a new version of that contrib library.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org