diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fc9e48..a6d55b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -# v1.0.0 - v1.0.2 +# v1.0.3 +## Update +- Updated documentation section to comply with sanity checks + +# v1.0.2 ## Added - Migrated code from Ansible conjur_variable lookup plugin - Added support to configure the use of the plugin via environment variables diff --git a/galaxy.yml b/galaxy.yml index f1878200..9ffdf499 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: "cyberark" name: "conjur_collection" -version: "1.0.2" +version: "1.0.3" readme: README.md authors: - CyberArk Business Development (@cyberark-bizdev) diff --git a/plugins/lookup/conjur_variable.py b/plugins/lookup/conjur_variable.py index d7dafde5..171545ae 100644 --- a/plugins/lookup/conjur_variable.py +++ b/plugins/lookup/conjur_variable.py @@ -17,10 +17,10 @@ - Edward Nunez (@enunez-cyberark) - James Stutes (@jimmyjamcabd) description: - - Retrieves credentials from Conjur using the controlling host's Conjur identity - or environment variables. - - Environment variables could be CONJUR_ACCOUNT, CONJUR_APPLIANCE_URL, CONJUR_CERT_FILE, CONJUR_AUTHN_LOGIN, CONJUR_AUTHN_API_KEY - - Conjur info: U(https://www.conjur.org/). + Retrieves credentials from Conjur using the controlling host's Conjur identity + or environment variables. + Environment variables could be CONJUR_ACCOUNT, CONJUR_APPLIANCE_URL, CONJUR_CERT_FILE, CONJUR_AUTHN_LOGIN, CONJUR_AUTHN_API_KEY + Conjur info - U(https://www.conjur.org/). requirements: - 'The controlling host running Ansible has a Conjur identity. (More: U(https://docs.conjur.org/latest/en/Content/Get%20Started/key_concepts/machine_identity.html))'