[JBoss JIRA] (JGRP-2274) ASYM_ENCRYPT: deprecate sign_msgs
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2274?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-2274:
--------------------------------
[~nsawadsky] You're much more of an expert than me, but I always assumed that even a flipped bit in an encrypted message would lead to an error when decrypting it. Apparently that is not the case?
Is there a need for an additional protocol INTEGRITY (or CHECKSUM) that performs integrity checking?
> ASYM_ENCRYPT: deprecate sign_msgs
> ---------------------------------
>
> Key: JGRP-2274
> URL: https://issues.jboss.org/browse/JGRP-2274
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: 4.0.12
>
>
> In {{ASYM_ENCRYPT}}, signing messages means that the checksum of an encrypted message is computed and used together with the secret key of the sender to sign the message. On the receiver side, the public key of the sender is used to validate the signature.
> However, this is redundant, as decryption of a message will fail if the contents have been changed.
> If needed, signing of messages can be done in a separate protocol.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (SWSQE-937) PSI Clusters are getting pods on evicted State
by Guilherme Baufaker Rêgo (Jira)
Guilherme Baufaker Rêgo created SWSQE-937:
---------------------------------------------
Summary: PSI Clusters are getting pods on evicted State
Key: SWSQE-937
URL: https://issues.jboss.org/browse/SWSQE-937
Project: Kiali QE
Issue Type: Bug
Reporter: Guilherme Baufaker Rêgo
Assignee: Filip Brychta
Attachments: ps1.png, ps2.png
KQE1 as an example is getting pods on the evicted state (service mesh and non service mesh related).
I have seen this problem on the kqe-mt which has more workers.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-11963) ejb3 thread-pool thread-factory should be shown deprecated in management api
by Miroslav Novak (Jira)
[ https://issues.jboss.org/browse/WFLY-11963?page=com.atlassian.jira.plugin... ]
Miroslav Novak commented on WFLY-11963:
---------------------------------------
I've changed it to bug as it's currently referencing to capability in jberet subsystem which is odd and does not make sense.
> ejb3 thread-pool thread-factory should be shown deprecated in management api
> ----------------------------------------------------------------------------
>
> Key: WFLY-11963
> URL: https://issues.jboss.org/browse/WFLY-11963
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 16.0.0.Final
> Reporter: Chao Wang
> Priority: Major
>
> ejb3 thread-pool thread-factory should be shown deprecated in management api
> The threads subsystem was deprecated and is not in the EAP 7.x configurations, so the thread-factory attribute on the ejb3 thread-pool configuration should indicate it is deprecated and should not be used.
> {code}
> /subsystem=ejb3/thread-pool=default:read-resource-description(
> "thread-factory" => {
> "type" => STRING,
> "description" => "Specifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used.",
> "expressions-allowed" => false,
> "required" => false,
> "nillable" => true,
> "min-length" => 1L,
> "max-length" => 2147483647L,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "all-services"
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-11963) ejb3 thread-pool thread-factory should be shown deprecated in management api
by Miroslav Novak (Jira)
[ https://issues.jboss.org/browse/WFLY-11963?page=com.atlassian.jira.plugin... ]
Miroslav Novak updated WFLY-11963:
----------------------------------
Issue Type: Bug (was: Enhancement)
> ejb3 thread-pool thread-factory should be shown deprecated in management api
> ----------------------------------------------------------------------------
>
> Key: WFLY-11963
> URL: https://issues.jboss.org/browse/WFLY-11963
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 16.0.0.Final
> Reporter: Chao Wang
> Priority: Major
>
> ejb3 thread-pool thread-factory should be shown deprecated in management api
> The threads subsystem was deprecated and is not in the EAP 7.x configurations, so the thread-factory attribute on the ejb3 thread-pool configuration should indicate it is deprecated and should not be used.
> {code}
> /subsystem=ejb3/thread-pool=default:read-resource-description(
> "thread-factory" => {
> "type" => STRING,
> "description" => "Specifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used.",
> "expressions-allowed" => false,
> "required" => false,
> "nillable" => true,
> "min-length" => 1L,
> "max-length" => 2147483647L,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "all-services"
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months