hashi-up icon indicating copy to clipboard operation
hashi-up copied to clipboard

bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute

Results 7 hashi-up issues
Sort by recently updated
recently updated
newest added

At the moment, if you run `hashi-up foo get` it will download the file regardless of whether the binary already exists... ``` $ sudo hashi-up terraform get --dest /usr/local/bin Password:...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220829220503-c86fa9a7ed90 to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20220829220503-c86fa9a7ed90&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hey, I love it. Would be difficult to add CNI for nomad?

After starting Consul there are deprecation warnings in the log: ``` agent: The 'ca_file' field is deprecated. Use the 'tls.defaults.ca_file' field instead. agent: The 'cert_file' field is deprecated. Use the...

Enabling both TLS and Connect generates config that Consul refuses to accept. ``` consul[10798]: ==> the `ports.grpc` listener no longer supports TLS. Use `ports.grpc_tls` instead. This message is appearing because...

Hi there, loving hashi-up, just wondering if it has the ability to install via a jump host. If so is there any documentation regarding it Thanks

I found myself using hashi-up in a Nix shell environment so I decided to contribute it to Nixpkgs: https://github.com/NixOS/nixpkgs/pull/194288. The PR is under review but should land soon-ish. You're under...