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

Rename master key to root key #13324

Merged
merged 10 commits into from
Dec 7, 2021
Merged

Rename master key to root key #13324

merged 10 commits into from
Dec 7, 2021

Commits on Jun 8, 2020

  1. See what it looks like to replace "master key" with "root key". There…

    … are two places that would require more challenging code changes: the storage path `core/master`, and its contents (the JSON-serialized EncodedKeyringtructure.)
    ncabatoff committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    44c8702 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Merge branch 'master' into jjk-no-master

    # Conflicts:
    #	physical/raft/raft.go
    #	vault/core.go
    #	vault/generate_root.go
    #	vault/generate_root_recovery.go
    Jim Kalafut committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    921bce4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge branch 'master' into jjk-no-master

    Jim Kalafut committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    18bdf5a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Merge branch 'master' into jjk-no-master

    # Conflicts:
    #	vault/barrier.go
    #	vault/barrier_aes_gcm.go
    #	vault/barrier_test.go
    #	vault/generate_root.go
    #	vault/ha.go
    #	vault/keyring.go
    #	vault/rekey.go
    Jim Kalafut committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6355e43 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Merge branch 'main' into jjk-no-master

    Jim Kalafut committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    40a7047 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into jjk-no-master

    Jim Kalafut committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    e205278 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Restore accidentally deleted line

    Jim Kalafut committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    25b5581 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Add changelog

    Jim Kalafut committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f3eb5c0 View commit details
    Browse the repository at this point in the history
  2. Update root->recovery

    Jim Kalafut committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    2bdd7ba View commit details
    Browse the repository at this point in the history
  3. Fix test

    Jim Kalafut committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    74f251a View commit details
    Browse the repository at this point in the history