cookbook 'PasswordManagerProRestClient', '= 0.1.0'
The PasswordManagerProRestClient cookbook has been deprecated
Author provided reason for deprecation:
The PasswordManagerProRestClient cookbook has been deprecated and is no longer being maintained by its authors. Use of the PasswordManagerProRestClient cookbook is no longer recommended.
PasswordManagerProRestClient (2) Versions 0.1.0 Follow0
Installs/Configures PasswordManagerProRestClient
cookbook 'PasswordManagerProRestClient', '= 0.1.0', :supermarket
knife supermarket install PasswordManagerProRestClient
knife supermarket download PasswordManagerProRestClient
Password Manager Pro Rest Client
Provides a Rest Client for use by Chef Client in Recipes.
Attributes
-
node['PasswordManagerProRestClient']['PMPServer']
- Used to store the dns name of the pmp server. Typically should be overridden by environment. default is LocalHost -
node['PasswordManagerProRestClient']['api_key']
- Used to Store the API Key of the Host. Typically should be overridden by environment or stored in a databag. default is 1234abcd -
node['PasswordManagerProRestClient']['port']
- Used to store the port number the PMP rest service runs on. Typically should be overridden by environment. default is 7272 -
node['PasswordManagerProRestClient']['enable_insecure_ssl']
- Used to store if SSL validation should be skipped. Typically should be overridden by environment. default is false
Examples
# Fetch Password Using Rest Client and Attributes rest_client = PasswordManagerProRestClient.new(node['PasswordManagerProRestClient']['PMPServer'], node['PasswordManagerProRestClient']['api_key']) rest_client.get_resource_account_password("RemoteServerResource", "AccountName")
# Fetch Password Using Rest Client with Attributes and Data Bag APIKey = (search(:client_keys, "id:#{node.name}").first)["api_key"] rest_client = PasswordManagerProRestClient.new(node['PasswordManagerProRestClient']['PMPServer'], node['PasswordManagerProRestClient']['api_key'], node['PasswordManagerProRestClient']['port'], true) rest_client.get_resource_account_password("RemoteServerResource", "AccountName")
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.1.0 passed this metric
0.1.0 passed this metric