[JBoss JIRA] (ELY-1879) Support SSH authentication for Git persistence
by Ashley Abdel-Sayed (Jira)
[ https://issues.jboss.org/browse/ELY-1879?page=com.atlassian.jira.plugin.s... ]
Ashley Abdel-Sayed moved WFCORE-4672 to ELY-1879:
-------------------------------------------------
Project: WildFly Elytron (was: WildFly Core)
Key: ELY-1879 (was: WFCORE-4672)
Component/s: (was: Management)
(was: Security)
Fix Version/s: (was: 11.0.0.Beta1)
> Support SSH authentication for Git persistence
> ----------------------------------------------
>
> Key: ELY-1879
> URL: https://issues.jboss.org/browse/ELY-1879
> Project: WildFly Elytron
> Issue Type: Feature Request
> Reporter: Ashley Abdel-Sayed
> Priority: Major
> Labels: EAP-CD19
>
> Currently Elytron only supports authentication for HTTP(s) URLS so there is no way to connect to a SSH git server to pull/push configuration history
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (WFCORE-4673) Support SSH authentication for Git persistence
by Ashley Abdel-Sayed (Jira)
Ashley Abdel-Sayed created WFCORE-4673:
------------------------------------------
Summary: Support SSH authentication for Git persistence
Key: WFCORE-4673
URL: https://issues.jboss.org/browse/WFCORE-4673
Project: WildFly Core
Issue Type: Feature Request
Components: Management, Security
Reporter: Ashley Abdel-Sayed
Fix For: 11.0.0.Beta1
Currently Elytron only supports authentication for HTTP(s) URLS so there is no way to connect to a SSH git server to pull/push configuration history
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (WFLY-12574) Support SSH authentication for Git persistence
by Ashley Abdel-Sayed (Jira)
[ https://issues.jboss.org/browse/WFLY-12574?page=com.atlassian.jira.plugin... ]
Ashley Abdel-Sayed moved WFCORE-4673 to WFLY-12574:
---------------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-12574 (was: WFCORE-4673)
Component/s: Management
Security
(was: Management)
(was: Security)
Fix Version/s: 11.0.0.Beta1
(was: 11.0.0.Beta1)
> Support SSH authentication for Git persistence
> ----------------------------------------------
>
> Key: WFLY-12574
> URL: https://issues.jboss.org/browse/WFLY-12574
> Project: WildFly
> Issue Type: Feature Request
> Components: Management, Security
> Reporter: Ashley Abdel-Sayed
> Priority: Major
> Labels: EAP-CD19
> Fix For: 11.0.0.Beta1
>
>
> Currently Elytron only supports authentication for HTTP(s) URLS so there is no way to connect to a SSH git server to pull/push configuration history
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (WFCORE-4672) Support SSH authentication for Git persistence
by Ashley Abdel-Sayed (Jira)
Ashley Abdel-Sayed created WFCORE-4672:
------------------------------------------
Summary: Support SSH authentication for Git persistence
Key: WFCORE-4672
URL: https://issues.jboss.org/browse/WFCORE-4672
Project: WildFly Core
Issue Type: Feature Request
Components: Management, Security
Reporter: Ashley Abdel-Sayed
Fix For: 11.0.0.Beta1
Currently Elytron only supports authentication for HTTP(s) URLS so there is no way to connect to a SSH git server to pull/push configuration history
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (DROOLS-4513) s2i build fails at KieServerContainerVerifier if multiple listeners are set
by Luca Molteni (Jira)
[ https://issues.jboss.org/browse/DROOLS-4513?page=com.atlassian.jira.plugi... ]
Luca Molteni commented on DROOLS-4513:
--------------------------------------
Thank you [~hiroko] for reporting.
Is this something we can reproduce without Openshift or it's happening only when using hdm73-prod-immutable-kieserver.yaml
Thank you
> s2i build fails at KieServerContainerVerifier if multiple listeners are set
> ----------------------------------------------------------------------------
>
> Key: DROOLS-4513
> URL: https://issues.jboss.org/browse/DROOLS-4513
> Project: Drools
> Issue Type: Bug
> Components: build, kie server
> Affects Versions: 7.14.0.Final, 7.18.0.Final, 7.24.0.Final
> Environment: OpenShift 3.11 with rhdm72-prod-immutable-kieserver.yaml/rhdm73-prod-immutable-kieserver.yaml
> Reporter: Hiroko Miura
> Assignee: Ant Stephenson
> Priority: Major
> Labels: support
> Attachments: ruleTest.zip
>
>
> If multiple ksession are defined in kmodule.xml and Event Lister is set more than one ksession, s2i build fails at KieServerContainerVerifier with the following error.
> {noformat}
> [main] ERROR org.kie.server.services.impl.KieServerContainerVerifier - Cannot find KieModule: com.redhat.gss:ruleTest:1.0.0-SNAPSHOT
> java.lang.RuntimeException: Cannot find KieModule: com.redhat.gss:ruleTest:1.0.0-SNAPSHOT
> at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:186)
> at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:172)
> at org.kie.server.services.impl.KieServerContainerVerifier.verify(KieServerContainerVerifier.java:65)
> at org.kie.server.services.impl.KieServerContainerVerifier.verify(KieServerContainerVerifier.java:53)
> at org.kie.server.services.impl.KieServerContainerVerifier.verify(KieServerContainerVerifier.java:40)
> at org.kie.server.services.impl.KieServerContainerVerifier.main(KieServerContainerVerifier.java:119)
> at org.kie.server.services.impl.KieServerContainerVerifier.main(KieServerContainerVerifier.java:101)
> at org.jboss.modules.Module.run(Module.java:352)
> at org.jboss.modules.Module.run(Module.java:320)
> at org.jboss.modules.Main.main(Main.java:593)
> [main] ERROR org.kie.server.services.impl.KieServerContainerVerifier - com.redhat.gss:ruleTest:1.0.0-SNAPSHOT not verified.
> ERROR Aborting due to error code 1 from kie server container verification
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months