Skip to content

Commit

Permalink
Remove dynamic key secret type entirely
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
  • Loading branch information
cipherboy committed Jan 27, 2023
1 parent c926256 commit 3c923dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion builtin/logical/ssh/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func Backend(conf *logical.BackendConfig) (*backend, error) {
},

Secrets: []*framework.Secret{
secretDynamicKey(&b),
secretOTP(&b),
},

Expand Down
37 changes: 0 additions & 37 deletions builtin/logical/ssh/secret_dynamic_key.go

This file was deleted.

0 comments on commit 3c923dc

Please sign in to comment.