test-kitchen / kitchen-vra

A Test Kitchen driver for VMware vRealize Automation
Apache License 2.0
13 stars 22 forks source link

Kitchen vRA enahancements #26

Closed rupeshpatel88 closed 6 years ago

rupeshpatel88 commented 6 years ago

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

jjasghar commented 6 years ago

Awesome! I'll be validating this ASAP. Updates when I have them. Thanks!