[GitHub] [solr-operator] gerlowskija merged pull request #463: Refactor helm logic in test_cluster.sh

2022-08-06 Thread GitBox
gerlowskija merged PR #463: URL: https://github.com/apache/solr-operator/pull/463 -- 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-unsubscr...@sol

[jira] [Resolved] (SOLR-16323) Use the User ID in the Dockerfile instead of the Username

2022-08-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-16323. --- Fix Version/s: 9.1 main (10.0) 8.11.2 Resolution:

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-08-06 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r939581469 ## solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-access-control.adoc: ## @@ -56,9 +56,37 @@ ACLs describe who is allowed to read, update, delete, create, et

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-08-06 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r939580999 ## solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java: ## @@ -256,18 +261,44 @@ protected ZkACLProvider createZkACLProvider() { if (!StringUtils.isEmpt

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-08-06 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r939580787 ## solr/core/src/java/org/apache/solr/core/CloudConfig.java: ## @@ -227,12 +236,19 @@ public CloudConfigBuilder setLeaderConflictResolveWait(int leaderConflictResolve

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-08-06 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r939580741 ## solr/solrj/src/java/org/apache/solr/common/cloud/VMParamsZkCredentialsInjector.java: ## @@ -0,0 +1,138 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-08-06 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r939580684 ## solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java: ## @@ -256,18 +261,44 @@ protected ZkACLProvider createZkACLProvider() { if (!StringUtils.isEmpt

[jira] [Updated] (SOLR-16327) Admin UI reports permission error if the request it made results in ANY exception

2022-08-06 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-16327: Affects Version/s: main (10.0) > Admin UI reports permission error if the request it made results i

[jira] [Comment Edited] (SOLR-16327) Admin UI reports permission error if the request it made results in ANY exception

2022-08-06 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576286#comment-17576286 ] Shawn Heisey edited comment on SOLR-16327 at 8/6/22 9:55 PM: -

[jira] [Comment Edited] (SOLR-16327) Admin UI reports permission error if the request it made results in ANY exception

2022-08-06 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576286#comment-17576286 ] Shawn Heisey edited comment on SOLR-16327 at 8/6/22 9:54 PM: -

[jira] [Commented] (SOLR-16327) Admin UI reports permission error if the request it made results in ANY exception

2022-08-06 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576286#comment-17576286 ] Shawn Heisey commented on SOLR-16327: - I haven't yet done any testing on a real relea

[jira] [Updated] (SOLR-16327) Admin UI reports permission error if the request it made results in ANY exception

2022-08-06 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-16327: Description: A lot of the pages in the UI report permission errors even when the actual problem is

[jira] [Created] (SOLR-16327) Admin UI reports permission error if the request it made results in ANY exception

2022-08-06 Thread Shawn Heisey (Jira)
Shawn Heisey created SOLR-16327: --- Summary: Admin UI reports permission error if the request it made results in ANY exception Key: SOLR-16327 URL: https://issues.apache.org/jira/browse/SOLR-16327 Project

[GitHub] [solr-operator] gerlowskija opened a new pull request, #463: Refactor helm logic in test_cluster.sh

2022-08-06 Thread GitBox
gerlowskija opened a new pull request, #463: URL: https://github.com/apache/solr-operator/pull/463 This fixes a bug in the smoketester wherein we attempted to 'upgrade' a helm package that had previously been removed during some mid-execution cleanup. -- This is an automated message