Skip to content

Update installation docs with brew trust command #350

Description

@pavel-github

Summary

On MacOS brew shows a warning message about untrusted hashicorp/taphashicorp/tap.

Warning: The following taps are not trusted:
  hashicorp/tap

Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set.
This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first.
Enable trust checks now with:
  export HOMEBREW_REQUIRE_TAP_TRUST=1
Trust specific formulae, casks or commands with:
  brew trust --formula <user>/<tap>/<formula>
  brew trust --cask <user>/<tap>/<cask>
  brew trust --command <user>/<tap>/<command>
or trust installed formulae from these taps with:
  brew trust --formula hashicorp/tap/packer hashicorp/tap/terraform
You can trust all formulae, casks and commands from these taps with:
  brew trust hashicorp/tap
Prefer trusting only the specific formulae, casks or commands you need.
Untap them with:
  brew untap hashicorp/tap
To keep allowing them by default during the transition:
  export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.

Possible actions

Does it make sense to add brew trust hashicorp/tap command by all installation docs? Screenshot attached.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions