-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KSM-472 Add keeper_get_record action
Added a new action to return all the fields in a record as a dictionary. The key in the dictionary is the field label, or field type if the label is missing. The key is normalized to remove any non-alphanumeric characters. Non-alphanumeric characters replaceds with underscores. To use this action must be used with the 'register' attribute in order to store the results in memory. The results can be accessed the same way other stored structures are stored in Ansbile.
- Loading branch information
1 parent
d262b7f
commit d8ed3ca
Showing
12 changed files
with
412 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eeper_secrets_manager_ansible/ansible_galaxy/tower_execution_environment/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
importlib_metadata | ||
keeper-secrets-manager-core>=16.6.2 | ||
keeper-secrets-manager-core>=16.6.3 | ||
keeper-secrets-manager-helper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.