Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cli/stacker_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub const DEFAULT_STACKER_URL: &str = "https://stacker.try.direct";
/// The Install Service Ansible role uses this to configure the agent's VAULT_ADDRESS
/// environment variable on the remote server. Must be a publicly reachable address
/// (not a Docker-internal IP) so deployed agents can connect to Vault.
pub const DEFAULT_VAULT_URL: &str = "https://vault.try.direct";
pub const DEFAULT_VAULT_URL: &str = "https://vault.try.direct:8443";

// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// Response types (matching Stacker server JSON envelope)
Expand Down
Loading