ShellYard
Last reviewed against v0.9.0 source: app.go::resolveCredentials

Vault auto-fill

Set auth_method=vault on a connection or HTTP auth preset; ShellYard resolves at connect / request time.

A connection’s auth_method=vault plus a credential_id triggers App.resolveCredentials at connect time. The credential ID lives on the row; the secret never does.

Surfaces

SurfaceBehavior
SSHSSHConnectWithVault
TelnetManager types creds into the prompt sequence
RDPGenerated .rdp file
SerialPre-fills login when a prompt appears
AWS SSMUses ambient AWS creds, not vault
HTTP auth presetstype=vault
DB connectionsOpenOptions.Password resolves through vault

Username

Username can be inline-stored on the connection row so the SSH client has it without a vault round-trip.