-
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
Add identity templating helper to sdk/framework #8088
Conversation
sdk/framework/identity_test.go
Outdated
MountAccessor: "test_mount", | ||
MountType: "secret", | ||
Metadata: map[string]string{ | ||
"alias-metadata": "metadata-value", |
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.
Better to use a different value than "metadata-value" in the three places it occurs? Would reduce ambiguity in test case expected values.
sdk/plugin/pb/backend.proto
Outdated
@@ -594,6 +599,10 @@ service SystemView { | |||
|
|||
// PluginEnv returns Vault environment information used by plugins | |||
rpc PluginEnv(Empty) returns (PluginEnvReply); | |||
|
|||
// GroupsForEntity returns the group membersship information for the given |
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.
Typo: membership.
No description provided.