Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew install (or upgrade, reinstall) a single, official formula (not cask)? If it's a general brew problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's a brew cask problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update and can still reproduce the problem?brew doctor, fixed all issues and can still reproduce the problem?brew gist-logs <formula> (where <formula> is the name of the formula that failed) and included the output link?brew gist-logs didn't work: ran brew config and brew doctor and included their output with your issue?To help us debug your issue please explain:
brew install vault --with-dynamic
Warning: vault: this formula has no --with-dynamic option so it will be ignored!
==> Downloading https://homebrew.bintray.com/bottles/vault-0.11.4.high_sierra.bottle.tar.gz
Already downloaded: /Users/<USER_NAME>/Library/Caches/Homebrew/downloads/4680f47e4251390885a1a98bc508e9b988cdae247232b146518724b4991a11ba--vault-0.11.4.high_sierra.bottle.tar.gz
==> Pouring vault-0.11.4.high_sierra.bottle.tar.gz
馃嵑 /usr/local/Cellar/vault/0.11.4: 6 files, 91.0MB
What you expected to happen
Vault v0.11.4 should support the --with-dynamic option as v0.10.2 did allowing me to install vault with cgo enabled.
Step-by-step reproduction instructions (by running brew install commands)
1) brew install vault --with-dynamic
2) See wanring Warning: vault: this formula has no --with-dynamic option so it will be ignored!
3) When connecting to Vault server over VPN, Vault displays error: Error authenticating: Put https://<HOSTNAME>/v1/auth/github/w3-rre/login: dial tcp: lookup <HOSTNAME> on 192.168.1.1:53: no such host
How is installing without ago linked to your authentification error?
The error isn't an authentication error. It's a DNS lookup error. For reference see this issue: https://github.com/Homebrew/homebrew-core/pull/7238
--with-dynamic was rarely used (0.91% of installs)For these reasons, I am going to close this, as we are not going to revert.