-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Make transit import command work for the transform backend #20668
Conversation
46e793f
to
79f72d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
return path, apiPath, nil | ||
} | ||
|
||
type ImportKeyFunc func(s string, operation string) (path string, apiPath string, err error) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice abstraction!
The vault-enterprise PR for this changes is: https://github.com/hashicorp/vault-enterprise/pull/4075 That PR adds unit tests for the new commands. |
No description provided.