Bug 1328540
| Summary: | Setup CLI operation should fail if vault is not found in configuration | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Vojta Prusa <vprusa> |
| Component: | Plugin -- JBoss EAP 6 | Assignee: | Josejulio Martínez <jmartine> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | JON 3.3.5 | CC: | fbrychta, jmartine, mfoley, spinder |
| Target Milestone: | CR01 | Keywords: | Triaged |
| Target Release: | One-off release | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1328532 | Environment: |
JON with EAP6 server resource imported from Discovery Queue
|
| Last Closed: | 2018-02-16 10:02:35 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1387292 | ||
|
Description
Vojta Prusa
2016-04-19 15:35:01 UTC
commit c5dee2c843bc69475fad235c71b29f92845eef8c
Merge: 2dfe446 0404c7d
Author: Michael Burman <yak>
Date: Wed Nov 1 18:09:59 2017 +0200
Merge pull request #335 from josejulio/bugs/1328540
Bug 1328540 - Fail when trying to secure setup CLI with an incompatib…
commit 0404c7d6d7a9ea124bb2d81343db080d468019e4
Author: Josejulio Martínez <jmartine>
Date: Wed Nov 1 09:55:36 2017 -0600
Bug 1328540 - Fail when trying to secure setup CLI with an incompatible setup
[jbossas7]
Setup CLI operation will fail in the following cases:
Store Password Method: Plain
1) Truststore path is not set
2) Secure connection is not enabled
Store Password Method: Vault
3) Vault definition was not found in server configuration file
4) Could not find ssl configuration for management interface
5) Cannot store truststore passwords using vault, because it is not supported by this version of EAP
Verified following: - operation still works correctly for plain - operation works for vault - operation fails with correct msgs when vault is used but not configured on EAP side |