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

Remove dynamic keys from SSH Secrets Engine #18874

Merged
merged 6 commits into from
Jan 31, 2023

Commits on Jan 31, 2023

  1. Remove dynamic keys from SSH Secrets Engine

    This removes the functionality of Vault creating keys and adding them to
    the authorized keys file on hosts.
    
    This functionality has been deprecated since Vault version 0.7.2.
    
    The preferred alternative is to use the SSH CA method, which also allows
    key generation but places limits on TTL and doesn't require Vault reach
    out to provision each key on the specified host, making it much more
    secure.
    
    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5f380d0 View commit details
    Browse the repository at this point in the history
  2. Remove dynamic ssh references from documentation

    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c53c509 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5d1f42b View commit details
    Browse the repository at this point in the history
  4. Remove dynamic key secret type entirely

    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    b78f0d3 View commit details
    Browse the repository at this point in the history
  5. Clarify changelog language

    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ae4f4f2 View commit details
    Browse the repository at this point in the history
  6. Add removal notice to the website

    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9a066c7 View commit details
    Browse the repository at this point in the history