Credential Manager
Credential Manager: Overview
Credential Manager (CM) is your encrypted “digital locker” inside AutoRABIT. Store usernames, passwords, SSH keys, tokens, and certificates once, then reuse them across repositories and integrations without re-entering secrets each time.
Key benefits:
Centralized, encrypted storage managed by ARM.
Role-based sharing (global vs. private).
Eliminates hard-coding credentials in jobs or scripts.
Create a New Credential
Hover over
Admin
and clickCredentials
.Click Create Credential.
In the pop-up, enter a Credential name and choose a Credential Type:
Username with Password
SSH
HashiCorp Vault
SSH Certificate
Application Token (Enterprise only)
Username with Password
Provide the service username and password. Choose a Credential Scope:
Global – share with the team.
Private – visible only to you.

SSH
Upload or paste your private key (optionally protected by a passphrase). ARM stores the key and uses it for Git operations over SSH.

HashiCorp Vault
Add HashiCorp Vault credentials once; ARM can now generate a new Vault Token automatically via AWS authentication whenever the old token expires.

For details, see the dedicated HashiCorp Vault guide.
Authentication Using SSH Certificates
SSH certificates pair a public key with a signature from a trusted Certificate Authority (CA). A Git server that trusts the CA accepts any certificate signed by it.
Upload the certificate-signed key while creating the credential.
Supported for GitHub Enterprise Cloud orgs.

Limitation: Available only for GitHub Enterprise Cloud.
Application Token (Enterprise Only)
Connect ARM to Jira via Personal Access Token (PAT) to meet enterprise compliance.
Select Application Token as Credential Type.
Paste the PAT generated in Jira.
Click Save.

Need PAT access? Email [email protected]. How to create a PAT in Jira: Atlassian docs.
Last updated
Was this helpful?