Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -dev-no-store-token to vault server command #7104

Merged
merged 2 commits into from
Jul 24, 2019

Commits on Jul 11, 2019

  1. Add -dev-no-store-token to vault server command

    When starting a vault dev server the token helper is invoked to store
    the dev root token.
    This option gives the user the ability to not store the token.
    
    Storing the token can be undesirable in certain circumstances
    (e.g.  running local tests) as the user's existing vault token is
    clobbered without warning.
    
    Fixes hashicorp#1861
    jsok committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    6b97b7b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    b7393d8 View commit details
    Browse the repository at this point in the history