[
https://issues.jboss.org/browse/ELY-1368?page=com.atlassian.jira.plugin.s...
]
Darran Lofthouse moved JBEAP-13173 to ELY-1368:
-----------------------------------------------
Project: WildFly Elytron (was: JBoss Enterprise Application Platform)
Key: ELY-1368 (was: JBEAP-13173)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Credential Store
(was: Security)
Affects Version/s: 1.2.0.Beta3
(was: 7.1.0.CR1)
Elytron CommandCredentialSource closes STD_ERR stream without
consuming it
--------------------------------------------------------------------------
Key: ELY-1368
URL:
https://issues.jboss.org/browse/ELY-1368
Project: WildFly Elytron
Issue Type: Bug
Components: Credential Store
Affects Versions: 1.2.0.Beta3
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
External commands used for retrieving Elytron credentials may fail due to closed error
stream.
The {{CommandCredentialSource}} closes STD_ERR stream without consuming it.
Elytron unit test {{CommandCredentialSourceTest}} (which executes an external java
program) hits this issue in some environments. Log contains;
{noformat}
11:30:29,201 TRACE (main) [org.wildfly.security] <CommandCredentialSource.java:114>
Exit code from password command = 141
{noformat}
The issue was investigated in this PR. You can find more details there:
https://github.com/wildfly-security/wildfly-elytron/pull/981
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)