Bug 1025328

Summary: vault format was changed - new docs should reflect that
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Tom Fonteyne <tfonteyn>
Component: DocumentationAssignee: eap-docs <eap-docs>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: fbogyai, nziakova, smumford
Target Milestone: ---Keywords: Documentation, EasyFix
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 14874, Administration and Configuration Guide-6.2-1 Build Date: 18-10-2013 01:17:41 Topic ID: 5359-458813 [Latest]
Last Closed: 2014-05-23 06:54:33 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:

Description Tom Fonteyne 2013-10-31 13:49:29 UTC
Title: Store and Retrieve Encrypted Sensitive Strings in the Java Keystore

https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6-Beta/html-single/Administration_and_Configuration_Guide/index.html#Store_and_Retrieve_Encrypted_Sensitive_Strings_in_the_Java_Keystore

Describe the issue:

The format of the vaulted strings has changed (since 6.1.1)

Please update the existing steps 9 and 10

step 9:

********************************************
Vault Block:ds_ExampleDS
Attribute Name:password
Configuration should be done as follows:
VAULT::ds_ExampleDS::password::1
********************************************

step 10

in both the xml snippet and and the end of the text:

<password>${VAULT::ds_ExampleDS::password::1}</password>

Next section, Example 10.27

********************************************
Vault Block:DS
Attribute Name:thePass
Configuration should be done as follows:
VAULT::DS::thePass::1
********************************************

Example 28:

        user = "sa",
        password = "VAULT::DS::thePass::1",
        className = "org.h2.jdbcx.JdbcDataSource",

Comment 1 Scott Mumford 2014-02-17 02:37:49 UTC
While the actual content change requested here is trivial, retrospectively amending the 6.1 doc to include both this change and the original 6.1-specific content, and ensuring all translated versions of the document are also updated, is not.

Removing the EasyFix flag. Issue has been referred to docs lead for review.

Comment 2 FIlip Bogyai 2014-05-23 06:54:33 UTC
This is already fixed in EAP 6.2 & 6.3 documentation, so closing this ticket as resolved.