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

Add identity templating helper to sdk/framework #8088

Merged
merged 4 commits into from
Jan 6, 2020

Conversation

briankassouf
Copy link
Contributor

No description provided.

MountAccessor: "test_mount",
MountType: "secret",
Metadata: map[string]string{
"alias-metadata": "metadata-value",
Copy link
Collaborator

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.

@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: membership.

ncabatoff
ncabatoff previously approved these changes Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants