Skip to content

Commit

Permalink
Merge pull request #1 from cyberark/Sanity-Check-for-Security-Automat…
Browse files Browse the repository at this point in the history
…ion-Hub

Sanity Check update
  • Loading branch information
cyberark-bizdev authored Apr 18, 2020
2 parents 0900d99 + 19b8c43 commit 3c7b030
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions plugins/lookup/conjur_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))'
Expand Down

0 comments on commit 3c7b030

Please sign in to comment.