Project: [Name] Started: [Date] Stack: [Key technologies]
This file contains hidden or 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
| RFC 454545 Human Em Dash Standard | |
| Status: Informational March 2026 | |
| Authors: Janice Wilson, Jeff Auriemma | |
| RFC 454545 — Human Em Dash Standard | |
| Abstract | |
| This document proposes the Human Em Dash (HED), a Unicode character | |
| visually indistinguishable from the traditional em dash (—) but encoded |
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.
-
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
This file contains hidden or 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
| 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 | |
This file contains hidden or 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
| "name": "Conjur API Key", | |
| "description": "", | |
| "kind": "cloud", | |
| "managed_by_tower": false, | |
| "inputs": { | |
| "fields": [ | |
| { | |
| "secret": true, | |
| "type": "string", | |
| "id": "api_key", |
This file contains hidden or 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
| "name": "Cyberark Client Certificate", | |
| "description": "", | |
| "kind": "cloud", | |
| "managed_by_tower": false, | |
| "inputs": { | |
| "fields": [ | |
| { | |
| "label": "Client Certificate", | |
| "secret": true, | |
| "multiline": true, |
This file contains hidden or 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
| "name": "CyberArk Private Key", | |
| "description": "Uses client certificate authentication to CyberArk CCP", | |
| "kind": "cloud", | |
| "managed_by_tower": false, | |
| "inputs": { | |
| "fields": [ | |
| { | |
| "label": "Private Key", | |
| "secret": true, | |
| "multiline": true, |
This file contains hidden or 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
| { | |
| "description": "Default Docker seccomp profile, plus keyctl calls (required by Conjur)", | |
| "comment": "Run with `docker run --security seccomp:path/to/seccomp.json` to use it.", | |
| "defaultAction": "SCMP_ACT_ERRNO", | |
| "architectures": [ | |
| "SCMP_ARCH_X86_64", | |
| "SCMP_ARCH_X86", | |
| "SCMP_ARCH_X32" | |
| ], | |
| "syscalls": [{ |
This file contains hidden or 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
| auto lo | |
| iface lo inet loopback | |
| auto ens160 | |
| iface ens160 inet static | |
| address IP_ADDR | |
| netmask NETMASK | |
| gateway DEFAULT_GATEWAY | |
| dns-nameservers DNS |
NewerOlder