[JBoss JIRA] (ELY-257) Allow usage of properties to configure sasl server factories
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-257?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse updated ELY-257:
---------------------------------
Fix Version/s: 1.1.0.Beta6
(was: 1.1.0.Beta5)
> Allow usage of properties to configure sasl server factories
> ------------------------------------------------------------
>
> Key: ELY-257
> URL: https://issues.jboss.org/browse/ELY-257
> Project: WildFly Elytron
> Issue Type: Feature Request
> Components: SASL
> Reporter: Kabir Khan
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 1.1.0.Beta6
>
>
> There is some discussion on https://github.com/wildfly-security/wildfly-elytron/pull/264. In this case the issue is that we have a ChannelBindingSaslServerFactory (and same for client) which provides a callback handler to deal with the channel binding callbacks needed by Gs2SaslServerFactory and Gs2SaslClientFactory. This is fine for when people create their own SaslServerFactory, and use that to create a SaslServer.
> However, if they want to call Sasl.createServer()/.createClient() they need to provide their own callback handler to deal with the channel binding types.
> One option would be to allow the usage of properties for this configuration needed by the factories.
> However, having slept on it, the callback handler passed in to Sasl.createXXX() would need to handle all callbacks. Is there a way to get a 'real' callback handler for a user wishing to instantiate clients/servers this way? Or is the intent that they have to write their own CBH?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ELY-53) GSSAPI Make Delegated Credential Available
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-53?page=com.atlassian.jira.plugin.sys... ]
Darran Lofthouse updated ELY-53:
--------------------------------
Fix Version/s: 1.1.0.Beta6
(was: 1.1.0.Beta5)
> GSSAPI Make Delegated Credential Available
> ------------------------------------------
>
> Key: ELY-53
> URL: https://issues.jboss.org/browse/ELY-53
> Project: WildFly Elytron
> Issue Type: Feature Request
> Components: SASL
> Reporter: Darran Lofthouse
> Fix For: 1.1.0.Beta6
>
>
> The server side of the mechanism can receive a delegated credential but there is no way to obtain it, we should provide a way for it to be obtained or provided.
> _Note: This may be an Elytron integration point rather than something supported in the pure SASL mechanism._
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ELY-54) Support for stronger hashes as alternatives to MD5
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-54?page=com.atlassian.jira.plugin.sys... ]
Darran Lofthouse updated ELY-54:
--------------------------------
Fix Version/s: 1.1.0.Beta6
(was: 1.1.0.Beta5)
> Support for stronger hashes as alternatives to MD5
> --------------------------------------------------
>
> Key: ELY-54
> URL: https://issues.jboss.org/browse/ELY-54
> Project: WildFly Elytron
> Issue Type: Feature Request
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.1.0.Beta6
>
>
> Presently Digest authentication is based on MD5 - however we should either update the mechanism or add new mechanisms to support the use of stronger hashes.
> As this library is used both client and server side installations that require the stronger hashes can just ensure the client and server have the latest version of this library - installations that still require interaction with MD5 will need to ensure that it is still available as a mechanism.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (DROOLS-1067) Oracle DB issue for findTasksByVariableAndValue
by Maciej Swiderski (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1067?page=com.atlassian.jira.plugi... ]
Maciej Swiderski commented on DROOLS-1067:
------------------------------------------
this is not really kie server issue but general jbpm issue and is caused by JBPM-4889 (https://github.com/droolsjbpm/jbpm/commit/c56837e9efee4d7f4c3b93188756163...) as it set default size of column to 5000 which makes it too big for regular varchar in Oracle and makes it a LONG/LOB that cannot be used in queries. I'll lower it down to 4000 which is max for varchar2
> Oracle DB issue for findTasksByVariableAndValue
> -----------------------------------------------
>
> Key: DROOLS-1067
> URL: https://issues.jboss.org/browse/DROOLS-1067
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 6.4.0.Beta2
> Environment: Kie server 6.4.0-SNAPSHOT
> Database - Oracle 11gR2
> Reporter: Karel Suta
> Assignee: Maciej Swiderski
> Labels: reported-by-qe
> Attachments: stacktrace.txt
>
>
> Tried to run Kie server integration tests against database Oracle 11gR2. Got an error listed as attachment in test UserTaskServiceIntegrationTest.testFindTasksByVariableAndValue() .
> Error is thrown when test calls: taskClient.findTasksByVariableAndValue("yoda", "_string", "john is working on it", null, 0, 10)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (DROOLS-1067) Oracle DB issue for findTasksByVariableAndValue
by Karel Suta (JIRA)
Karel Suta created DROOLS-1067:
----------------------------------
Summary: Oracle DB issue for findTasksByVariableAndValue
Key: DROOLS-1067
URL: https://issues.jboss.org/browse/DROOLS-1067
Project: Drools
Issue Type: Bug
Components: kie server
Affects Versions: 6.4.0.Beta2
Environment: Kie server 6.4.0-SNAPSHOT
Database - Oracle 11gR2
Reporter: Karel Suta
Assignee: Maciej Swiderski
Attachments: stacktrace.txt
Tried to run Kie server integration tests against database Oracle 11gR2. Got an error listed as attachment in test UserTaskServiceIntegrationTest.testFindTasksByVariableAndValue() .
Error is thrown when test calls: taskClient.findTasksByVariableAndValue("yoda", "_string", "john is working on it", null, 0, 10)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (DROOLS-1067) Oracle DB issue for findTasksByVariableAndValue
by Karel Suta (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1067?page=com.atlassian.jira.plugi... ]
Karel Suta updated DROOLS-1067:
-------------------------------
Labels: reported-by-qe (was: )
> Oracle DB issue for findTasksByVariableAndValue
> -----------------------------------------------
>
> Key: DROOLS-1067
> URL: https://issues.jboss.org/browse/DROOLS-1067
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 6.4.0.Beta2
> Environment: Kie server 6.4.0-SNAPSHOT
> Database - Oracle 11gR2
> Reporter: Karel Suta
> Assignee: Maciej Swiderski
> Labels: reported-by-qe
> Attachments: stacktrace.txt
>
>
> Tried to run Kie server integration tests against database Oracle 11gR2. Got an error listed as attachment in test UserTaskServiceIntegrationTest.testFindTasksByVariableAndValue() .
> Error is thrown when test calls: taskClient.findTasksByVariableAndValue("yoda", "_string", "john is working on it", null, 0, 10)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (WFLY-6277) Upgrade JGroups to 3.6.8.Final
by Paul Ferraro (JIRA)
Paul Ferraro created WFLY-6277:
----------------------------------
Summary: Upgrade JGroups to 3.6.8.Final
Key: WFLY-6277
URL: https://issues.jboss.org/browse/WFLY-6277
Project: WildFly
Issue Type: Component Upgrade
Components: Clustering
Affects Versions: 10.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Tracking Jira for fixes in JGroups.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months