[JBoss JIRA] (WFCORE-3753) Support Logging in the embedded server
by Jeff Mesnil (JIRA)
Jeff Mesnil created WFCORE-3753:
-----------------------------------
Summary: Support Logging in the embedded server
Key: WFCORE-3753
URL: https://issues.jboss.org/browse/WFCORE-3753
Project: WildFly Core
Issue Type: Feature Request
Components: Embedded, Logging
Reporter: James Perkins
Assignee: James Perkins
When using the {{EmbeddedProcessFactory}} logging does not appear to work. Debugging shows a different {{LogContext}} associated with the loggers than the one associated with the logging subsystem.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-10257) Cannot add non-anonymous entries to authentication configuration via console
by David Lloyd (JIRA)
David Lloyd created WFLY-10257:
----------------------------------
Summary: Cannot add non-anonymous entries to authentication configuration via console
Key: WFLY-10257
URL: https://issues.jboss.org/browse/WFLY-10257
Project: WildFly
Issue Type: Bug
Components: Web Console
Reporter: David Lloyd
Assignee: Harald Pehl
If you try to add an authentication configuration which includes an authentication-name (i.e. is not anonymous), you get an error because the "anonymous" attribute is present even though it is not valid due to the use of alternatives.
This appears to be a realization of a more general problem handling alternative attribute sets.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ELY-1564) In PasswordKeyMapper an exception is logged with a wrong algorithm name.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/ELY-1564?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated ELY-1564:
-------------------------------
Description:
In PasswordKeyMapper an exception is logged with the default algorithm name instead of the algorithm used to instantiate PasswordFactory object.
{code:java|title=PasswordKeyMapper.java}
final PasswordFactory passwordFactory;
try {
passwordFactory = PasswordFactory.getInstance(algorithmName, providers);
} catch (NoSuchAlgorithmException e) {
throw log.couldNotObtainPasswordFactoryForAlgorithm(algorithmName, e);
}
...
try {
Password password = passwordFactory.generatePassword(passwordSpec);
if (log.isTraceEnabled()) {
log.tracef("Key Mapper: Password credential created using algorithm column value [%s]", algorithmName);
}
return new PasswordCredential(password);
} catch (InvalidKeySpecException e) {
throw log.invalidPasswordKeySpecificationForAlgorithm(this.defaultAlgorithm, e);
}
{code}
was:
In PasswordKeyMapper an exception is logged with the default algorithm name instead of the algorithm used to instantiate PasswordFactory object.
{code}
final PasswordFactory passwordFactory;
try {
passwordFactory = PasswordFactory.getInstance(algorithmName, providers);
} catch (NoSuchAlgorithmException e) {
throw log.couldNotObtainPasswordFactoryForAlgorithm(algorithmName, e);
}
{code}
...
{code}
try {
Password password = passwordFactory.generatePassword(passwordSpec);
if (log.isTraceEnabled()) {
log.tracef("Key Mapper: Password credential created using algorithm column value [%s]", algorithmName);
}
return new PasswordCredential(password);
} catch (InvalidKeySpecException e) {
throw log.invalidPasswordKeySpecificationForAlgorithm(this.defaultAlgorithm, e);
}
{code}
> In PasswordKeyMapper an exception is logged with a wrong algorithm name.
> ------------------------------------------------------------------------
>
> Key: ELY-1564
> URL: https://issues.jboss.org/browse/ELY-1564
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Authentication Mechanisms
> Affects Versions: 1.2.4.Final
> Reporter: Ilia Vassilev
> Assignee: Ilia Vassilev
> Priority: Minor
>
> In PasswordKeyMapper an exception is logged with the default algorithm name instead of the algorithm used to instantiate PasswordFactory object.
> {code:java|title=PasswordKeyMapper.java}
> final PasswordFactory passwordFactory;
> try {
> passwordFactory = PasswordFactory.getInstance(algorithmName, providers);
> } catch (NoSuchAlgorithmException e) {
> throw log.couldNotObtainPasswordFactoryForAlgorithm(algorithmName, e);
> }
> ...
> try {
> Password password = passwordFactory.generatePassword(passwordSpec);
> if (log.isTraceEnabled()) {
> log.tracef("Key Mapper: Password credential created using algorithm column value [%s]", algorithmName);
> }
> return new PasswordCredential(password);
> } catch (InvalidKeySpecException e) {
> throw log.invalidPasswordKeySpecificationForAlgorithm(this.defaultAlgorithm, e);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ELY-1564) In PasswordKeyMapper an exception is logged with a wrong algorithm name.
by Ilia Vassilev (JIRA)
Ilia Vassilev created ELY-1564:
----------------------------------
Summary: In PasswordKeyMapper an exception is logged with a wrong algorithm name.
Key: ELY-1564
URL: https://issues.jboss.org/browse/ELY-1564
Project: WildFly Elytron
Issue Type: Bug
Components: Authentication Mechanisms
Affects Versions: 1.2.4.Final
Reporter: Ilia Vassilev
Assignee: Ilia Vassilev
Priority: Minor
In PasswordKeyMapper an exception is logged with the default algorithm name instead of the algorithm used to instantiate PasswordFactory object.
{code}
final PasswordFactory passwordFactory;
try {
passwordFactory = PasswordFactory.getInstance(algorithmName, providers);
} catch (NoSuchAlgorithmException e) {
throw log.couldNotObtainPasswordFactoryForAlgorithm(algorithmName, e);
}
{code}
...
{code}
try {
Password password = passwordFactory.generatePassword(passwordSpec);
if (log.isTraceEnabled()) {
log.tracef("Key Mapper: Password credential created using algorithm column value [%s]", algorithmName);
}
return new PasswordCredential(password);
} catch (InvalidKeySpecException e) {
throw log.invalidPasswordKeySpecificationForAlgorithm(this.defaultAlgorithm, e);
}
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (SWSQE-146) Decide One Method To Deploy Istio
by Guilherme Baufaker Rêgo (JIRA)
[ https://issues.jboss.org/browse/SWSQE-146?page=com.atlassian.jira.plugin.... ]
Guilherme Baufaker Rêgo closed SWSQE-146.
-----------------------------------------
Resolution: Out of Date
> Decide One Method To Deploy Istio
> ---------------------------------
>
> Key: SWSQE-146
> URL: https://issues.jboss.org/browse/SWSQE-146
> Project: Kiali QE
> Issue Type: Story
> Reporter: Matt Mahoney
> Assignee: Michael Foley
>
> As an automation engineer, I want to deploy Istio in the way that the end user will do so. I do NOT want multiple methods to deploy Istio, unless there is a technical reason to do so.
> Decide if QE will continue to use/support installing Istio in it's two current deployment methods, or to deploy in one method:
> - The "Mazz" Hack deploy script (current CD)
> - Ansible Deploy
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (SWSQE-146) Decide One Method To Deploy Istio
by Guilherme Baufaker Rêgo (JIRA)
[ https://issues.jboss.org/browse/SWSQE-146?page=com.atlassian.jira.plugin.... ]
Guilherme Baufaker Rêgo commented on SWSQE-146:
-----------------------------------------------
I'm closing the story because booth options are going to be merged into one pipeline
> Decide One Method To Deploy Istio
> ---------------------------------
>
> Key: SWSQE-146
> URL: https://issues.jboss.org/browse/SWSQE-146
> Project: Kiali QE
> Issue Type: Story
> Reporter: Matt Mahoney
> Assignee: Michael Foley
>
> As an automation engineer, I want to deploy Istio in the way that the end user will do so. I do NOT want multiple methods to deploy Istio, unless there is a technical reason to do so.
> Decide if QE will continue to use/support installing Istio in it's two current deployment methods, or to deploy in one method:
> - The "Mazz" Hack deploy script (current CD)
> - Ansible Deploy
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months