Skip to content

Instantly share code, notes, and snippets.

View infamousjoeg's full-sized avatar
🙊
I'm really good at keeping secrets.

Joe Garcia infamousjoeg

🙊
I'm really good at keeping secrets.
View GitHub Profile
@whip113
whip113 / conjur_identity.json
Last active October 9, 2018 21:13
Custom Credential for Ansible Tower - Conjur Identity
"name": "Conjur API Key",
"description": "",
"kind": "cloud",
"managed_by_tower": false,
"inputs": {
"fields": [
{
"secret": true,
"type": "string",
"id": "api_key",
@JimmyJamTQBD
JimmyJamTQBD / Client_Cert Cred Type.yml
Last active April 1, 2020 13:08
Ansible Tower Playbooks for retrieving credentials from Cyberark Vault to authenticate to hosts
fields:
- label: CyberArk Client Certificate
secret: true
multiline: true
help_text: Paste the contents of the client certificate for CyberArk authentication
type: string
id: cyberark_client_cert
required:
- cyberark_client_cert
@micahlee
micahlee / debugging_info.md
Created September 6, 2019 15:17
Conjur K8s Authenticator Debugging
  • Display role bindings for conjur-cluster service account token

    oc get clusterrolebindings -o json \
      | jq '.items | map(select(any(.subjects[]; .name | contains("conjur-cluster"))))'
    
  • Display conjur-authenticator role information

    oc describe clusterrole conjur-authenticator
    
@izgeri
izgeri / conjur-ansible-docs.md
Last active March 22, 2021 17:59
Draft documentation on the Conjur-Ansible integration

What is Ansible?

Ansible is an automation language and automation engine that lets you describe end-to-end IT application environments with a “playbook.” Ansible’s simple, human-readable language allows orchestration of your application lifecycle no matter where it’s deployed.

How Ansible Works With Conjur

Conjur Ansible integration diagram