Enhanced kitchen vRA driver with the following list of changes;
• accept catalog_name as an input in kitchen.yml
• accept credentials from environment variables
• prompt users to enter credentials if not mentioned in kitchen.yml or not set in environment variables
• save user credentials only if cache_credentials flag is set to true
• fixed the bug in encryption/decryption logic to use separate initialization vector for user and password
Issues Resolved
fixed the bug in encryption/decryption logic to use separate initialization vector for user and password
Check List
[Y] All tests pass.
[Y] All style checks pass.
[Y] Functionality includes testing.
[Y] Functionality has been documented in the README if applicable
Description
Enhanced kitchen vRA driver with the following list of changes; • accept catalog_name as an input in kitchen.yml • accept credentials from environment variables • prompt users to enter credentials if not mentioned in kitchen.yml or not set in environment variables • save user credentials only if cache_credentials flag is set to true • fixed the bug in encryption/decryption logic to use separate initialization vector for user and password
Issues Resolved
fixed the bug in encryption/decryption logic to use separate initialization vector for user and password
Check List