[ 
https://issues.apache.org/jira/browse/SOLR-15501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481515#comment-17481515
 ] 

ASF subversion and git services commented on SOLR-15501:
--------------------------------------------------------

Commit 1533ac42625d95f9c60d4006ed99caaf65d42d8b in solr's branch 
refs/heads/main from Jason Gerlowski
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=1533ac4 ]

SOLR-15501: Fix longstanding GCS test issue

A library we use to stub out GCS in tests only works in a limited set of
locales.  We'd been working around this problem by maintaining a list of
the 'incompatible' locales and skipping the tests if any of the known
bad ones were in use.  This worked much of the time but often failed
because the list of incompatible locales was incomplete and Jenkins jobs
were constantly finding fails with different seeds.

This commit replaces this approach with a different one - have the test
catch the locale-specific error and skip the test at that point.  This
should clean up the sporadic failures that pop up now and then in Jenkins
builds.


> GCSBackupRepository - allow bucket connection without credentials
> -----------------------------------------------------------------
>
>                 Key: SOLR-15501
>                 URL: https://issues.apache.org/jira/browse/SOLR-15501
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 8.11
>            Reporter: Jacek Kikiewicz
>            Assignee: Jason Gerlowski
>            Priority: Minor
>         Attachments: image-2021-12-09-13-42-23-536.png
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> As per documentation: 
> [https://solr.apache.org/guide/8_9/making-and-restoring-backups.html#gcsbackuprepository]
>  states that:
> ??{{gcsCredentialPath}}A path on the local filesystem (accessible by Solr) to 
> a [Google Cloud service account 
> key|https://cloud.google.com/iam/docs/creating-managing-service-account-keys] 
> file. If not specified, GCSBackupRepository will use the value of the 
> {{GCS_CREDENTIAL_PATH}} environment variable. If both values are absent, an 
> error will be thrown as GCS requires credentials for most usage.??
> This however makes it more complicated if someone (like me) runs solr in GCP 
> and uses roles for rights assignment. Long story short, would it be possible 
> to allow built-in roles (so credentialless) to access resources without 
> providing any creds?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to