Skip to content

Instantly share code, notes, and snippets.

@infamousjoeg
Last active June 9, 2021 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infamousjoeg/22edd07fc912e0c941a1f826ca1d69e5 to your computer and use it in GitHub Desktop.
Save infamousjoeg/22edd07fc912e0c941a1f826ca1d69e5 to your computer and use it in GitHub Desktop.
Conjur Identity File stored in /etc/conjur.identity -- More information in comments .conjurrc .netrc
appliance_url: https://conjur.cyberark.com
account: cyberarkdemo
cert_file: /root/conjur-cyberarkdemo.pem
machine https://conjur.cyberark.com/authn
login host/hostID
password 1234567890abcdefghijklmnopqrstuvwxyz
@infamousjoeg
Copy link
Author

infamousjoeg commented Apr 24, 2018

For machine: https://conjur.cyberark.com would be replaced with the URL to your Conjur Master.
For login: hostID would be replaced with the name chosen for the host in Conjur
For password: this is the API Key that is granted to the host

This file should be given 0400 permissions in the Linux file system and granted ownership to root.

@infamousjoeg
Copy link
Author

This is an example of CyberArk Conjur's "Machine Identity" as it lives on the host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment